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

Sergej Pupykin spupykin at nymeria.archlinux.org
Wed May 28 16:30:14 UTC 2014


    Date: Wednesday, May 28, 2014 @ 18:30:14
  Author: spupykin
Revision: 112020

upgpkg: gsoap 2.8.17-2

upd

Modified:
  gsoap/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-28 16:30:10 UTC (rev 112019)
+++ PKGBUILD	2014-05-28 16:30:14 UTC (rev 112020)
@@ -5,7 +5,7 @@
 
 pkgname=gsoap
 pkgver=2.8.17
-pkgrel=1
+pkgrel=2
 pkgdesc="Offers an XML language binding to ease the development of SOAP/XML Web services in C and C/C++"
 url="http://www.cs.fsu.edu/~engelen/soap.html"
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 
 build() {
   cd $srcdir/gsoap-2.8
-  [ -f Makefile ] || CXXFLAGS=-fPIC CFLAGS=-fPIC LDFLAGS=-fPIC ./configure --prefix=/usr
+  ./configure --prefix=/usr --enable-openssl
   make -j1
 }
 




More information about the arch-commits mailing list