Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/xtables-addons: drop unrecognized option
@ 2023-11-29 17:39 Fabrice Fontaine
  2023-11-29 17:39 ` [Buildroot] [PATCH 2/2] package/xtables-addons: bump to version 3.24 Fabrice Fontaine
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Fabrice Fontaine @ 2023-11-29 17:39 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine

--with-xtables is an unrecognized option since the addition of the
package in commit 490917387a0ff6969f8130be38993eed5f06f73e:
https://github.com/nawawi/xtables-addons/blob/a576f4d43e80f9f91705c9e6a86f2d58c283df14/configure.ac

configure: 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>
---
 package/xtables-addons/xtables-addons.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/xtables-addons/xtables-addons.mk b/package/xtables-addons/xtables-addons.mk
index e794538956..adfedbc874 100644
--- a/package/xtables-addons/xtables-addons.mk
+++ b/package/xtables-addons/xtables-addons.mk
@@ -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
-- 
2.42.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-12-01 20:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-29 17:39 [Buildroot] [PATCH 1/2] package/xtables-addons: drop unrecognized option Fabrice Fontaine
2023-11-29 17:39 ` [Buildroot] [PATCH 2/2] package/xtables-addons: bump to version 3.24 Fabrice Fontaine
2023-12-01 10:06   ` Yann E. MORIN
2023-12-01 20:08   ` Peter Korsgaard
2023-12-01 10:02 ` [Buildroot] [PATCH 1/2] package/xtables-addons: drop unrecognized option Yann E. MORIN
2023-12-01 20:07 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox