[arch-commits] Commit in lib32-libshout/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Mar 16 21:23:32 UTC 2017


    Date: Thursday, March 16, 2017 @ 21:23:31
  Author: arojas
Revision: 216826

openssl 1.1 rebuild

Modified:
  lib32-libshout/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-16 21:22:51 UTC (rev 216825)
+++ PKGBUILD	2017-03-16 21:23:31 UTC (rev 216826)
@@ -8,7 +8,7 @@
 pkgname=lib32-libshout
 _pkgname=libshout
 pkgver=2.4.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Library for accessing a shoutcast/icecast server (32 bit)"
 arch=('x86_64')
 depends=('lib32-libvorbis' 'lib32-libtheora' 'lib32-speex' 'lib32-openssl' 'libshout')
@@ -18,6 +18,11 @@
 source=("http://downloads.xiph.org/releases/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
 md5sums=('89cebf8cb0197f639cde69c95177fe47')
 
+prepare() {
+  cd ${_pkgname}-${pkgver}
+  sed -e 's/SSLeay_add_all_algorithms/OpenSSL_add_all_algorithms/g' -i src/tls.c
+}
+
 build() {
   export CC="gcc -m32"
   export CXX="g++ -m32"



More information about the arch-commits mailing list