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

Jan de Groot jgc at archlinux.org
Thu Jun 10 10:58:17 UTC 2010


    Date: Thursday, June 10, 2010 @ 06:58:17
  Author: jgc
Revision: 82338

Remove flags for static/shared library creation. Upstream ships shared only by default. The static libs are broken on x86_64 due to missing fPIC, nobody complained, so usage is unlikely.

Modified:
  glib2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-06-10 10:56:18 UTC (rev 82337)
+++ PKGBUILD	2010-06-10 10:58:17 UTC (rev 82338)
@@ -20,7 +20,7 @@
 
 build() {
   cd "${srcdir}/glib-${pkgver}"
-  ./configure --prefix=/usr --enable-static --enable-shared \
+  ./configure --prefix=/usr \
       --with-pcre=system --disable-fam || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1




More information about the arch-commits mailing list