[arch-commits] Commit in libircclient/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Feb 24 23:12:42 UTC 2017
Date: Friday, February 24, 2017 @ 23:12:41
Author: arojas
Revision: 213738
openssl 1.1 rebuild
Modified:
libircclient/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-02-24 21:44:22 UTC (rev 213737)
+++ PKGBUILD 2017-02-24 23:12:41 UTC (rev 213738)
@@ -6,7 +6,7 @@
pkgname=libircclient
pkgver=1.9
-pkgrel=1
+pkgrel=2
pkgdesc='Small but powerful library, which implements client-server IRC protocol'
arch=('i686' 'x86_64')
url='http://www.ulduzsoft.com/libircclient/'
@@ -21,6 +21,10 @@
# fix include dir path
sed -i "s/@\/include/&\/$pkgname/" Makefile.in
+ # support openssl 1.1
+ cd ..
+ sed -e 's|SSL_library_init|OPENSSL_init_ssl|' -i configure.in
+ autoreconf -vi
}
build() {
More information about the arch-commits
mailing list