mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
main/libshout: use libressl
This commit is contained in:
parent
c2264bdd67
commit
c82a96e152
@ -2,14 +2,14 @@
|
||||
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
||||
pkgname=libshout
|
||||
pkgver=2.4.1
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Library for accessing a shoutcast/icecast server"
|
||||
url="http://www.icecast.org/"
|
||||
arch="all"
|
||||
options="!check" # No test suite.
|
||||
license="LGPL-2.1"
|
||||
depends=
|
||||
makedepends="speex-dev libtheora-dev libvorbis-dev openssl-dev"
|
||||
makedepends="speex-dev libtheora-dev libvorbis-dev libressl-dev"
|
||||
install=""
|
||||
subpackages="$pkgname-doc $pkgname-dev"
|
||||
source="http://downloads.xiph.org/releases/$pkgname/$pkgname-$pkgver.tar.gz"
|
||||
@ -21,7 +21,8 @@ build() {
|
||||
--host=$CHOST \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var
|
||||
--localstatedir=/var \
|
||||
--with-openssl
|
||||
make LDFLAGS+=-lspeex
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user