]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/frr
rtl8189fs: add realtek wlan driver
[people/pmueller/ipfire-2.x.git] / lfs / frr
diff --git a/lfs/frr b/lfs/frr
index a14dc598115d52d286674ca69acdd2afc32a2202..04f1aa590c6613fa725965cf60c8d619f5904d0c 100644 (file)
--- a/lfs/frr
+++ b/lfs/frr
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 6.0
+VER        = 8.0.1
 
 THISAPP    = frr-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -32,9 +32,11 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = frr
-PAK_VER    = 1
+PAK_VER    = 3
 
-DEPS       = ""
+DEPS       = elfutils
+
+CFLAGS    += -fcommon
 
 ###############################################################################
 # Top-level Rules
@@ -44,7 +46,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = d725c08e0093f58e5fcac0969c781813
+$(DL_FILE)_MD5 = ef606567993da37ce6f4a8f456f77e24
 
 install : $(TARGET)
 
@@ -77,6 +79,7 @@ $(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) && ./configure \
                --prefix=/usr \
                --sysconfdir=/etc/frr \
@@ -98,7 +101,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                --disable-pbrd \
                --disable-pimd \
                --disable-ripd \
-               --disable-ripngd
+               --disable-ripngd \
+               --disable-static
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install