From: Michael Tremer Date: Sat, 29 Nov 2008 13:06:54 +0000 (+0100) Subject: Updated glib to 2.19.0. X-Git-Tag: v3.0-alpha1~427 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=da12cd2a10f228b34501db49fb476246db34294e;p=ipfire-3.x.git Updated glib to 2.19.0. --- diff --git a/lfs/glib b/lfs/glib index 80ca80750..3f2c7a0eb 100644 --- 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/