mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 22:56:33 +00:00
Iptables: needs host-pkg-config
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
8cd06967b9
commit
3af86820e2
4
CHANGES
4
CHANGES
@ -7,8 +7,8 @@
|
|||||||
New packages: cgilua, copas, coxpcall, luafilesystem,
|
New packages: cgilua, copas, coxpcall, luafilesystem,
|
||||||
luasocket, rings, wsapi, xavante
|
luasocket, rings, wsapi, xavante
|
||||||
|
|
||||||
Updated/fixed packages: cdrkit, gawk, libidn, netperf,
|
Updated/fixed packages: cdrkit, gawk, iptables, libidn,
|
||||||
openssl, php, qt, sqlite, tn5250, usbutils
|
netperf, openssl, php, qt, sqlite, tn5250, usbutils
|
||||||
|
|
||||||
Removed packages: modutils
|
Removed packages: modutils
|
||||||
|
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
IPTABLES_VERSION = 1.4.8
|
IPTABLES_VERSION = 1.4.8
|
||||||
IPTABLES_SOURCE = iptables-$(IPTABLES_VERSION).tar.bz2
|
IPTABLES_SOURCE = iptables-$(IPTABLES_VERSION).tar.bz2
|
||||||
IPTABLES_SITE = http://ftp.netfilter.org/pub/iptables
|
IPTABLES_SITE = http://ftp.netfilter.org/pub/iptables
|
||||||
|
IPTABLES_DEPENDENCIES = host-pkg-config
|
||||||
|
|
||||||
IPTABLES_CONF_OPT = --libexecdir=/usr/lib --with-kernel=$(LINUX_HEADERS_DIR)
|
IPTABLES_CONF_OPT = --libexecdir=/usr/lib --with-kernel=$(LINUX_HEADERS_DIR)
|
||||||
ifneq ($(BR2_INET_IPV6),y)
|
ifneq ($(BR2_INET_IPV6),y)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user