]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/sarg
ghostscript: Update to 9.53.3
[people/pmueller/ipfire-2.x.git] / lfs / sarg
index 51e8d6585a51fa256682ab7d910f1d68b631c33e..697ce75130dcddf906e95a019fc7af51deea68c6 100644 (file)
--- a/lfs/sarg
+++ b/lfs/sarg
@@ -34,7 +34,9 @@ TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = sarg
 PAK_VER    = 4
 
-DEPS       = ""
+DEPS       =
+
+CFLAGS    += -fcommon
 
 ###############################################################################
 # Top-level Rules
@@ -77,8 +79,12 @@ $(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/sarg/sarg-2.3.11-format.patch
+       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/sarg/sarg-2.3.11-configure.patch
+
+       cd $(DIR_APP) && autoreconf -vfi
 
        # Update gettext Makefile
        cd $(DIR_APP) && cp -vf /usr/share/gettext/po/Makefile.in.in po/Makefile.in.in