libxml2: enable ipv6 support if enabled in buildroot
authorPeter Korsgaard <jacmet@sunsite.dk>
Sun, 24 Aug 2008 07:48:15 +0000 (07:48 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 24 Aug 2008 07:48:15 +0000 (07:48 -0000)
package/libxml2/libxml2.mk

index 68c0872c04e8affb6aa525d3adb9c27b0c039030..f01b21f002c50751b80fccf7463ab81db8b988c6 100644 (file)
@@ -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)