]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/sarg
tshark: Update to version 3.2.6
[people/pmueller/ipfire-2.x.git] / lfs / sarg
index c35ca8df0ff1a7dc4bc533c6d2118e4a8ad93122..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
@@ -80,6 +82,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        $(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