]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/frr
buildprocess: Add extra metadata to pak lfs files
[ipfire-2.x.git] / lfs / frr
diff --git a/lfs/frr b/lfs/frr
index cff23ff9203d75ee67fad2463f3233cd568068c7..81840dc05d848b210f8da6dd00f6133659dfc378 100644 (file)
--- a/lfs/frr
+++ b/lfs/frr
@@ -24,7 +24,9 @@
 
 include Config
 
-VER        = 6.0
+SUMMARY    = FRRouting Routing daemon
+
+VER        = 8.0.1
 
 THISAPP    = frr-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -32,9 +34,11 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = frr
-PAK_VER    = 1
+PAK_VER    = 3
+
+DEPS       = elfutils
 
-DEPS       =
+SERVICES   = frr
 
 CFLAGS    += -fcommon
 
@@ -46,7 +50,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = d725c08e0093f58e5fcac0969c781813
+$(DL_FILE)_MD5 = ef606567993da37ce6f4a8f456f77e24
 
 install : $(TARGET)
 
@@ -101,7 +105,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
 
@@ -110,7 +115,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                 /var/ipfire/backup/addons/includes/frr
 
        # Install initscript
-       $(call INSTALL_INITSCRIPT,frr)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
 
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)