summaryrefslogtreecommitdiff
path: root/community/gsoap/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/gsoap/PKGBUILD')
-rw-r--r--community/gsoap/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/gsoap/PKGBUILD b/community/gsoap/PKGBUILD
index 2d9811977..8b6eca5a3 100644
--- a/community/gsoap/PKGBUILD
+++ b/community/gsoap/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 104560 2014-01-22 19:43:31Z spupykin $
+# $Id: PKGBUILD 112021 2014-05-28 16:30:26Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Tor Krill <tor@krill.nu>
# Contributor: Lee.MaRS <leemars@gmail.com>
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 @@ md5sums=('381affd6e3ba59effb35725166143014'
build() {
cd $srcdir/gsoap-2.8
- [ -f Makefile ] || CXXFLAGS=-fPIC CFLAGS=-fPIC LDFLAGS=-fPIC ./configure --prefix=/usr
+ ./configure --prefix=/usr --enable-openssl
make -j1
}