Busybox fails to compile with FEATURE_CP_LONG_OPTIONS set if CONFIG_LONG_OPTS is not also set. This patch fixes the problem by making the former dependent on the latter.
>>> Dan -- http://www.MoveAnnouncer.com The web change of address service Let webmasters know that your web site has moved
diff --git a/coreutils/Config.in b/coreutils/Config.in index 64a9421..2d745e2 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in @@ -81,7 +81,7 @@ config CP config FEATURE_CP_LONG_OPTIONS bool "Enable long options for cp" default n - depends on CP + depends on CP && LONG_OPTS help Enable long options for cp. Also add support for --parents option.
pgpZeYHkiOVVX.pgp
Description: PGP signature
_______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
