mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
libxml2: enable ipv6 support if enabled in buildroot
This commit is contained in:
@@ -17,7 +17,7 @@ LIBXML2_CONF_ENV = CC="$(TARGET_CC) $(TARGET_CFLAGS) -DNO_LARGEFILE_SOURCE"
|
||||
endif
|
||||
|
||||
LIBXML2_CONF_OPT = --with-gnu-ld --enable-shared \
|
||||
--enable-static --enable-ipv6=no \
|
||||
--enable-static $(DISABLE_IPV6) \
|
||||
--without-debugging --without-python \
|
||||
--without-threads $(DISABLE_NLS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user