From: Stefan Schantl Date: Thu, 7 May 2009 21:19:25 +0000 (+0200) Subject: Added a patch for new CFLAGS to lfs/libpng. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5665639748f0537cf3ff5a2d06439b138acee2ac;p=ipfire-3.x.git Added a patch for new CFLAGS to lfs/libpng. --- diff --git a/lfs/libpng b/lfs/libpng index d49c7baa6..a6dff22bb 100644 --- a/lfs/libpng +++ b/lfs/libpng @@ -57,7 +57,8 @@ endef # Top-level Rules ############################################################################### -objects = $(DL_FILE) +objects = $(DL_FILE) \ + $(THISAPP)-pngconf.patch download: $(objects) @@ -79,6 +80,10 @@ $(objects): $(OBJECT): $(objects) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && $(EXTRACTOR) $(DIR_DL)/$(DL_FILE) + + #This patch adds new CFLAGS for compiling. + cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-pngconf.patch + cd $(DIR_APP) && \ ./configure \ $(CONFIGURE_ARCH) \