summaryrefslogtreecommitdiff
path: root/core/popt/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/popt/PKGBUILD')
-rw-r--r--core/popt/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/popt/PKGBUILD b/core/popt/PKGBUILD
index 504665858..1f65bae8d 100644
--- a/core/popt/PKGBUILD
+++ b/core/popt/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 156453 2012-04-18 12:20:42Z stephane $
+# $Id: PKGBUILD 186305 2013-05-24 13:04:43Z stephane $
# Maintainer: Stéphane Gaudreault <stephane@archlinux.org>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: dorphell <dorphell@archlinux.org>
@@ -7,7 +7,7 @@
pkgname=popt
pkgver=1.16
-pkgrel=5
+pkgrel=6
pkgdesc="A commandline option parser"
arch=('i686' 'x86_64' 'mips64el')
url="http://rpm5.org"
@@ -20,7 +20,7 @@ sha1sums=('cfe94a15a2404db85858a81ff8de27c8ff3e235e')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --disable-static
make
}