]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
miniupnpd: Update to 1.8.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 28 Aug 2013 09:05:04 +0000 (11:05 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 28 Aug 2013 09:05:04 +0000 (11:05 +0200)
Also fix compiling with the new kernel.

lfs/miniupnpd
make.sh

index 7129ed58a3a6c213578c50dd73ba0a999301d46e..a314624882dae6d5fb830a0dabe82dc7a6812540 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.7
+VER        = 1.8
 
 THISAPP    = miniupnpd-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -42,7 +42,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 5af9e8332d34a7b490d0d2ed3e674196
+$(DL_FILE)_MD5 = 0d8a8e936d5a0012cb260a3b972acbf3
 
 install : $(TARGET)
 
@@ -76,7 +76,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && make -f Makefile.linux \
-               CFLAGS="$(CFLAGS) -DIPTABLES_143 -I/usr/src/linux/include"
+               CFLAGS="$(CFLAGS) -DIPTABLES_143" LIBS="-lip4tc -lnfnetlink"
        cd $(DIR_APP) && install -m 755 miniupnpd /usr/sbin
        -mkdir -pv /etc/miniupnpd
        cp -vf $(DIR_SRC)/config/miniupnpd/miniupnpd.conf /etc/miniupnpd/miniupnpd.conf
diff --git a/make.sh b/make.sh
index 589a7fdc0402826376fa238a8e1c803eb273025e..a6b2647e33017a91c79c81507f64c6e1210f0a03 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -730,7 +730,7 @@ buildipfire() {
   ipfiremake minicom
   ipfiremake ddrescue
   ipfiremake imspector
-#  ipfiremake miniupnpd
+  ipfiremake miniupnpd
   ipfiremake client175
   ipfiremake powertop
   ipfiremake parted