#16716: miniupnpd compiled error
------------------------+-----------------------------------
Reporter: anonymous | Owner: developers
Type: defect | Status: new
Priority: normal | Milestone: Barrier Breaker 14.07
Component: packages | Version: Trunk
Resolution: | Keywords:
------------------------+-----------------------------------
Comment (by moguai_xl@…):
Hi,
I had the same problem. I wrote script/patch which solved my problem.
{{{
#!/bin/bash
cat << "EOF" > iptables-1.4.21-libip6tc.patch
--- package/network/utils/iptables/Makefile.orig 2014-08-28
17:12:17.274983880 +0200
+++ package/network/utils/iptables/Makefile 2014-08-28
18:49:07.895182861 +0200
@@ -352,7 +352,7 @@
$(call Package/iptables/Default)
SECTION:=libs
CATEGORY:=Libraries
- DEPENDS:=+libip4tc +IPV6:libip6tc
+ DEPENDS:=+libip4tc +libip6tc
TITLE:=IPv4/IPv6 firewall - shared libiptc library (compatibility stub)
endef
EOF
cp package/network/utils/iptables/Makefile
package/network/utils/iptables/Makefile.orig
patch -p0 < iptables-1.4.21-libip6tc.patch
}}}
Script should be run from 'openwrt' directory.
Regards,
Piotr
--
Ticket URL: <https://dev.openwrt.org/ticket/16716#comment:6>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets