]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Updated glib to 2.19.0.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 29 Nov 2008 13:06:54 +0000 (14:06 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 29 Nov 2008 13:06:54 +0000 (14:06 +0100)
lfs/glib

index 80ca80750c1bb694efbceb710d02cbf9aef251b6..3f2c7a0eb40c6e6ea45956b7bef6df10f02c78f6 100644 (file)
--- a/lfs/glib
+++ b/lfs/glib
@@ -25,7 +25,7 @@
 include Config
 
 PKG_NAME   = glib
-VER        = 2.16.3
+VER        = 2.19.0
 
 THISAPP    = $(PKG_NAME)-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -53,7 +53,11 @@ $(objects) :
 $(OBJECT) : 
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && ./configure --prefix=/usr
+       cd $(DIR_APP) && \
+               ./configure \
+                       --prefix=/usr \
+                       --with-pcre=system \
+                       --disable-static
        cd $(DIR_APP) && make $(PARALLELISMFLAGS)
        cd $(DIR_APP) && make install
        cp -vf $(DIR_CONFIG)/$(PKG_NAME)/glib2-locale.sh /etc/profile.d/