]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/iftop
core160: add updatexlerator.cgi
[ipfire-2.x.git] / lfs / iftop
index 2048fcfc807b2b53103cd3069a0296feccb10105..9c95e1b668a82f258bac9bafa495f436dcb0d2d3 100644 (file)
--- a/lfs/iftop
+++ b/lfs/iftop
@@ -36,6 +36,8 @@ PAK_VER    = 2
 
 DEPS       =
 
+CFLAGS    += -fcommon
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -77,6 +79,7 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
+       $(UPDATE_AUTOMAKE)
        cd $(DIR_APP) && ./configure --prefix=/usr
 
        cd $(DIR_APP) && make $(MAKETUNING)