]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/libsigc++
libsigc++: Update to 2.0.18.
[ipfire-2.x.git] / lfs / libsigc++
index 3635c6ee98132e899b2130e8d35e996f3afdcccd..0d90f4c7711318e43928708a88f1d9db62d703c7 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.0.17
+VER        = 2.0.18
 
 THISAPP    = libsigc++-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = fde0ee69e3125e982746d9fe005763e1
+$(DL_FILE)_MD5 = ddebf5aafc8525d10366a8724abc9f28
 
 install : $(TARGET)
 
@@ -70,6 +70,7 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
+       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/libsigc++-gcc43.patch
        cd $(DIR_APP) && ./configure --prefix=/usr
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install