]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Fixed miniupnpd by update to new version (1.3).
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 20 Apr 2009 17:57:53 +0000 (19:57 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 20 Apr 2009 17:57:53 +0000 (19:57 +0200)
lfs/miniupnpd
make.sh

index 0ca13e852b6a9fc860a571168249b611c352cf98..39d764afb456d7496a8144ce4f847d0c52827c2f 100644 (file)
@@ -25,7 +25,7 @@
 include Config
 
 PKG_NAME   = miniupnpd
-PKG_VER    = 20081009
+PKG_VER    = 1.3
 PKG_REL    = 0
 
 THISAPP    = $(PKG_NAME)-$(PKG_VER)
@@ -49,12 +49,13 @@ define LONG_DESC
        Gateway Device (IGD) specifications.
 endef
 
+CFLAGS    += -DIPTABLES_143
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
 
-objects = $(DL_FILE) \
-       $(THISAPP)-iptables-source-1.patch
+objects = $(DL_FILE)
 
 download: $(objects)
 
@@ -77,7 +78,6 @@ $(OBJECT): $(objects)
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && $(EXTRACTOR) $(DIR_DL)/$(DL_FILE)
 
-       cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-iptables-source-1.patch
        cd $(DIR_APP) && cp -vf $(DIR_CONFIG)/$(PKG_NAME)/config.h config.h
        cd $(DIR_APP) && sed \
                -e "s@^CFLAGS = .*@CFLAGS = $(CFLAGS) -I$(DIR_SRC)/linux-$(KVER)/include -D_GNU_SOURCE@g" \
diff --git a/make.sh b/make.sh
index 54a9d470ecc14a73e0dc8c0d3cf6eef71fb91195..832e6fec45531f668424093cf9fcb77c8ba3fa68 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -355,7 +355,7 @@ misc_build() {
 
        ipfire_make stage4
 
-       #ipfire_make miniupnpd
+       ipfire_make miniupnpd
 
        ### Console tools
        #