From: Michael Tremer Date: Mon, 20 Apr 2009 17:57:53 +0000 (+0200) Subject: Fixed miniupnpd by update to new version (1.3). X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5f39aac00f54bed8c86aa5326655c57a2673486;p=ipfire-3.x.git Fixed miniupnpd by update to new version (1.3). --- diff --git a/lfs/miniupnpd b/lfs/miniupnpd index 0ca13e852..39d764afb 100644 --- a/lfs/miniupnpd +++ b/lfs/miniupnpd @@ -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 54a9d470e..832e6fec4 100755 --- a/make.sh +++ b/make.sh @@ -355,7 +355,7 @@ misc_build() { ipfire_make stage4 - #ipfire_make miniupnpd + ipfire_make miniupnpd ### Console tools #