There is a typo in lib/Makefile for the new libxml2 option, and Kconfig incorrectly says "libxml-2.0".
Signed-off-by: Mike Frysinger <[email protected]> --- lib/Kconfig | 2 +- lib/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Kconfig b/lib/Kconfig index 1207cef..412ea0a 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -379,7 +379,7 @@ config LIB_LIBFFI The Config will make sure this library is built if it is needed. config LIB_LIBXML2 - bool 'Build libxml-2.0' + bool 'Build libxml2' default n help Library to access XML files. diff --git a/lib/Makefile b/lib/Makefile index 30f2b45..b955162 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -78,7 +78,7 @@ dir_3_$(CONFIG_LIB_BITVECTOR) += bitvector # See Kconfig for the dependencies dir_4_$(CONFIG_LIB_LIBPNG) += libpng dir_4_$(CONFIG_LIB_LIBCURL) += libcurl -dir_4_$(CONFIG_LIB_LIXML) += libxml2 +dir_4_$(CONFIG_LIB_LIBXML2) += libxml2 dir_3_$(CONFIG_LIB_NFNETLINK) += libnfnetlink dir_4_$(CONFIG_LIB_NETFILTER_LOG)+= libnetfilter_log -- 1.6.2 _______________________________________________ uClinux-dev mailing list [email protected] http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by [email protected] To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev
