From 55f2d1ab0ab1bd2f7c8c7c5cefeb45f7c457a5d9 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 1 Jul 2012 00:03:50 +0000 Subject: Sun Jul 1 00:03:50 UTC 2012 --- core/libusbx/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/libusbx') diff --git a/core/libusbx/PKGBUILD b/core/libusbx/PKGBUILD index fb184b219..2c2795fbb 100644 --- a/core/libusbx/PKGBUILD +++ b/core/libusbx/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 162327 2012-06-25 07:06:06Z tpowa $ +# $Id: PKGBUILD 162758 2012-06-29 16:50:44Z tpowa $ # Maintainer: Tobias Powalowski 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 } -- cgit v1.2.3-54-g00ecf