mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 16:37:43 +00:00
iptables: fix install rule to install everything in appropriate directories
This patch will install iptables with the install-strip command, and also use /usr/lib as target for the filter libraries. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
This commit is contained in:
parent
3220405a75
commit
9f8b1ce23d
@ -7,9 +7,9 @@ IPTABLES_VERSION = 1.4.1
|
|||||||
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_INSTALL_STAGING = NO
|
IPTABLES_CONF_OPT = --libexecdir=/usr/lib
|
||||||
IPTABLES_INSTALL_TARGET = YES
|
IPTABLES_INSTALL_TARGET = YES
|
||||||
IPTABLES_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install-exec-am
|
IPTABLES_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install-strip
|
||||||
|
|
||||||
IPTABLES_AUTORECONF = YES
|
IPTABLES_AUTORECONF = YES
|
||||||
IPTABLES_DEPENDENCIES =
|
IPTABLES_DEPENDENCIES =
|
||||||
@ -17,4 +17,3 @@ IPTABLES_CONFIGURE_OPT = --with-kernel=$(LINUX_HEADERS_DIR)
|
|||||||
IPTABLES_MAKE_OPT = GLIB_GENMARSHAL=/usr/bin/glib-genmarshal GLIB_MKENUMS=/usr/bin
|
IPTABLES_MAKE_OPT = GLIB_GENMARSHAL=/usr/bin/glib-genmarshal GLIB_MKENUMS=/usr/bin
|
||||||
|
|
||||||
$(eval $(call AUTOTARGETS,package,iptables))
|
$(eval $(call AUTOTARGETS,package,iptables))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user