summaryrefslogtreecommitdiff
path: root/testing/libusbx/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/libusbx/PKGBUILD')
-rw-r--r--testing/libusbx/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/libusbx/PKGBUILD b/testing/libusbx/PKGBUILD
index e71668459..3ebee8465 100644
--- a/testing/libusbx/PKGBUILD
+++ b/testing/libusbx/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 162126 2012-06-21 06:54:30Z tpowa $
+# $Id: PKGBUILD 162718 2012-06-28 20:58:52Z tpowa $
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
pkgname=libusbx
pkgver=1.0.12
-pkgrel=1
+pkgrel=2
depends=('glibc')
pkgdesc="Library that provides generic access to USB device"
arch=(i686 x86_64)
@@ -17,7 +17,7 @@ md5sums=('c41352ac755c7992edfcbb2ea4ad1349')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --disable-static
make
}