mirror of
https://github.com/godotengine/buildroot.git
synced 2025-12-31 09:48:56 +03:00
package/xtables-addons: drop unrecognized option
--with-xtables is an unrecognized option since the addition of the package in commit490917387a:a576f4d43e/configure.acconfigure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls, --with-xtables Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> (cherry picked from commit e81dc9df53c406d0f65f5cb5e0fd6c5b0de32fd3) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
0ffbc8e288
commit
49e32695be
@@ -13,7 +13,6 @@ XTABLES_ADDONS_LICENSE_FILES = LICENSE
|
||||
|
||||
XTABLES_ADDONS_CONF_OPTS = \
|
||||
--with-kbuild="$(LINUX_DIR)" \
|
||||
--with-xtables="$(STAGING_DIR)/usr" \
|
||||
--with-xtlibdir="/usr/lib/xtables"
|
||||
|
||||
define XTABLES_ADDONS_BUILD_CMDS
|
||||
|
||||
Reference in New Issue
Block a user