summaryrefslogtreecommitdiff
path: root/community/xmlrpc-c
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-08-30 00:04:43 +0000
committerroot <root@rshg054.dnsready.net>2012-08-30 00:04:43 +0000
commitdba5b0127d9f00a13c489f0f5893481cbe7d429b (patch)
tree47714a8937db14a824360836173033d11bb152f1 /community/xmlrpc-c
parent498a4346616c33beac56d48a246cf27fe3812341 (diff)
Thu Aug 30 00:04:42 UTC 2012
Diffstat (limited to 'community/xmlrpc-c')
-rw-r--r--community/xmlrpc-c/PKGBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/community/xmlrpc-c/PKGBUILD b/community/xmlrpc-c/PKGBUILD
index e7d31a8cc..fd30c2955 100644
--- a/community/xmlrpc-c/PKGBUILD
+++ b/community/xmlrpc-c/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 75449 2012-08-24 16:17:09Z arodseth $
+# $Id: PKGBUILD 75673 2012-08-28 21:19:22Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com>
# Contributor: Pierre Schmitz <pierre@archlinux.de>
@@ -7,7 +7,7 @@
pkgname=xmlrpc-c
pkgver=1.31.04
epoch=1
-pkgrel=1
+pkgrel=2
pkgdesc='XML-RPC for C and C++'
arch=('x86_64' 'i686')
url='http://xmlrpc-c.sourceforge.net/'
@@ -16,7 +16,7 @@ depends=('curl' 'libxml2')
makedepends=('libtool' 'setconf')
options=('!makeflags' '!libtool' '!emptydirs')
source=("$pkgname-advanced-$pkgver.tar.gz::http://xmlrpc-c.svn.sourceforge.net/viewvc/xmlrpc-c/advanced.tar.gz")
-sha256sums=('f37239df6a0900149cf878dc4f57733cb80de1b44ffadc4efb5e26b02273533c')
+sha256sums=('a85e6f9db7db21ed2811e455e61f7b62f5d08770cd68d83bdf10886b74e038f6')
build() {
cd "$srcdir/advanced"
@@ -27,16 +27,19 @@ build() {
--enable-libxml2-backend \
--disable-cgi-server \
--disable-libwww-client \
- --disable-wininet-client
+ --disable-wininet-client \
+ --enable-cplusplus
mkdir include/curl
touch include/curl/types.h
make CFLAGS_PERSONAL="$CFLAGS"
+ make CFLAGS_PERSONAL="$CFLAGS" -C tools
}
package() {
cd "$srcdir/advanced"
make DESTDIR="$pkgdir" install
+ make DESTDIR="$pkgdir" -C tools install
install -Dm644 doc/COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
# Remove references to build directory
setconf "$pkgdir/usr/bin/xmlrpc-c-config" BLDDIR ""