From c82a96e1527e829878f20d70bb3ab264b07cc073 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 28 Mar 2018 09:35:43 +0000 Subject: main/libshout: use libressl --- main/libshout/APKBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'main/libshout/APKBUILD') 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 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 } -- cgit v1.2.3