mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-25 11:30:37 -09:00
package/xtables-addons: rename XTABLES_DISABLE_GEOIP_HELPERS
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
committed by
Arnout Vandecappelle (Essensium/Mind)
parent
00b28cac7a
commit
bffc7a4774
@@ -17,10 +17,10 @@ XTABLES_ADDONS_CONF_OPTS = \
|
||||
--with-xtlibdir="/usr/lib/xtables"
|
||||
|
||||
# geoip helpers need perl with modules and unzip so disable
|
||||
define XTABLES_DISABLE_GEOIP_HELPERS
|
||||
define XTABLES_ADDONS_DISABLE_GEOIP_HELPERS
|
||||
$(SED) 's/ geoip//' $(@D)/Makefile.in
|
||||
endef
|
||||
XTABLES_ADDONS_POST_PATCH_HOOKS += XTABLES_DISABLE_GEOIP_HELPERS
|
||||
XTABLES_ADDONS_POST_PATCH_HOOKS += XTABLES_ADDONS_DISABLE_GEOIP_HELPERS
|
||||
|
||||
define XTABLES_ADDONS_BUILD_CMDS
|
||||
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) $(LINUX_MAKE_FLAGS)
|
||||
|
||||
Reference in New Issue
Block a user