From fd69d6f6dc9e41d9c2484152cb976a245f27e604 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 28 Aug 2013 11:05:04 +0200 Subject: [PATCH] miniupnpd: Update to 1.8. Also fix compiling with the new kernel. --- lfs/miniupnpd | 6 +++--- make.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lfs/miniupnpd b/lfs/miniupnpd index 7129ed58a3..a314624882 100644 --- a/lfs/miniupnpd +++ b/lfs/miniupnpd @@ -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 589a7fdc04..a6b2647e33 100755 --- 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 -- 2.39.2