aboutsummaryrefslogtreecommitdiffstats
path: root/main/libshout/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/libshout/APKBUILD')
-rw-r--r--main/libshout/APKBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/main/libshout/APKBUILD b/main/libshout/APKBUILD
index daf5f7af79..50f8a6a291 100644
--- a/main/libshout/APKBUILD
+++ b/main/libshout/APKBUILD
@@ -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
}