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

Jan de Groot jgc at nymeria.archlinux.org
Mon Oct 21 17:24:53 UTC 2013


    Date: Monday, October 21, 2013 @ 19:24:52
  Author: jgc
Revision: 197083

upgpkg: gc 7.2.d-2

no static libs

Modified:
  gc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-21 16:45:46 UTC (rev 197082)
+++ PKGBUILD	2013-10-21 17:24:52 UTC (rev 197083)
@@ -4,7 +4,7 @@
 
 pkgname=gc
 pkgver=7.2.d
-pkgrel=1
+pkgrel=2
 pkgdesc="A garbage collector for C and C++"
 arch=('i686' 'x86_64')
 url="http://www.hpl.hp.com/personal/Hans_Boehm/gc/"
@@ -16,7 +16,7 @@
 
 build() {
   cd "${srcdir}/${pkgname}-7.2"
-  ./configure --prefix=/usr --enable-cplusplus
+  ./configure --prefix=/usr --enable-cplusplus --disable-static
   make
 }
 




More information about the arch-commits mailing list