summaryrefslogtreecommitdiff
path: root/community/liboping/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/liboping/PKGBUILD')
-rw-r--r--community/liboping/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/liboping/PKGBUILD b/community/liboping/PKGBUILD
index d11fffe63..c01788af2 100644
--- a/community/liboping/PKGBUILD
+++ b/community/liboping/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 99870 2013-10-31 02:11:43Z allan $
+# $Id: PKGBUILD 113828 2014-07-01 06:34:20Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
pkgname=liboping
pkgver=1.6.2
-pkgrel=1
+pkgrel=2
pkgdesc='C library to generate ICMP echo requests, better known as "ping packets"'
url='http://verplant.org/liboping/'
arch=('i686' 'x86_64')
@@ -24,7 +24,7 @@ build() {
# (we do that in the install script)
sed -i 's/ install-exec-hook//g' src/Makefile.in
- ./configure --prefix=/usr --enable-static=no
+ ./configure --prefix=/usr --with-perl-bindings='INSTALLDIRS=vendor'
make
}