X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fglib;h=662caab9033dca9960e7719ab6aaa8e804550bc4;hb=5cbcd514def1b63606d2139634a4f7a31af89205;hp=1b43287ac31a5f20dcde592e215f88459b078f84;hpb=5e0a1a503b90c5c80016399308bb2585edba219b;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/glib b/lfs/glib index 1b43287ac3..662caab903 100644 --- a/lfs/glib +++ b/lfs/glib @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2018 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 2.32.3 +VER = 2.54.3 THISAPP = glib-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 9bd3ac535c24b6c162be13b2c43c5adc +$(DL_FILE)_MD5 = 16e886ad677bf07b7d48eb8188bcf759 install : $(TARGET) @@ -70,6 +70,8 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) + $(UPDATE_AUTOMAKE) + cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/glib-2.54.3-compile-fixes-1.patch cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc \ --with-pcre=system cd $(DIR_APP) && make $(MAKETUNING)