]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/iftop
libogg: Update to 1.3.5
[people/pmueller/ipfire-2.x.git] / lfs / iftop
index 4353b403b45b07af39c4105a84f43d5d9373b21c..9c95e1b668a82f258bac9bafa495f436dcb0d2d3 100644 (file)
--- a/lfs/iftop
+++ b/lfs/iftop
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2017  IPFire Team  <info@ipfire.org>                          #
+# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -34,7 +34,9 @@ TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = iftop
 PAK_VER    = 2
 
-DEPS       = ""
+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)