[arch-commits] Commit in libusbx/trunk (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Thu Jun 28 20:58:26 UTC 2012


    Date: Thursday, June 28, 2012 @ 16:58:26
  Author: tpowa
Revision: 162717

upgpkg: libusbx 1.0.12-2

disable static libs

Modified:
  libusbx/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-06-28 20:04:34 UTC (rev 162716)
+++ PKGBUILD	2012-06-28 20:58:26 UTC (rev 162717)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski <tpowa at 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 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr 
+  ./configure --prefix=/usr --disable-static
   make
 }
 




More information about the arch-commits mailing list