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

Jan de Groot jgc at archlinux.org
Mon Mar 20 15:46:47 UTC 2017


    Date: Monday, March 20, 2017 @ 15:46:47
  Author: jgc
Revision: 217678

upgpkg: wvstreams 4.6.1-11

Build with OpenSSL 1.0

Modified:
  wvstreams/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-20 15:46:25 UTC (rev 217677)
+++ PKGBUILD	2017-03-20 15:46:47 UTC (rev 217678)
@@ -5,12 +5,12 @@
 
 pkgname=wvstreams
 pkgver=4.6.1
-pkgrel=10
+pkgrel=11
 pkgdesc="A network programming library written in C++"
 arch=('i686' 'x86_64')
 url="http://alumnit.ca/wiki/?page=WvStreams"
 license=('LGPL')
-depends=('zlib' 'pam' 'xplc' 'openssl' 'readline')
+depends=('zlib' 'pam' 'xplc' 'openssl-1.0' 'readline')
 source=(https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/wvstreams/wvstreams-$pkgver.tar.gz
         wvstreams-4.6.1-glibc212.patch
         wvstreams-4.6.1-gcc47.patch
@@ -35,6 +35,8 @@
 build() {
   cd ${pkgname}-${pkgver}
 
+  CPPFLAGS=-I/usr/include/openssl-1.0 \
+  LDFLAGS=-L/usr/lib/openssl-1.0 \
   ./configure --prefix=/usr \
      --sbin=/usr/bin \
      --sysconfdir=/etc \



More information about the arch-commits mailing list