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

Jan de Groot jgc at archlinux.org
Wed Sep 24 17:03:36 UTC 2008


    Date: Wednesday, September 24, 2008 @ 13:03:35
  Author: jgc
Revision: 12914

upgpkg: xcb-util 0.3.0-2
    Disable static libs

Modified:
  xcb-util/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-09-24 17:01:54 UTC (rev 12913)
+++ PKGBUILD	2008-09-24 17:03:35 UTC (rev 12914)
@@ -17,7 +17,7 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr || return 1
+  ./configure --prefix=/usr --disable-static || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
 }




More information about the arch-commits mailing list