diff options
Diffstat (limited to 'package/libxml2/libxml2.mk')
-rw-r--r-- | package/libxml2/libxml2.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libxml2/libxml2.mk b/package/libxml2/libxml2.mk index 31fdabfa1..16f83a9f9 100644 --- a/package/libxml2/libxml2.mk +++ b/package/libxml2/libxml2.mk @@ -18,9 +18,9 @@ LIBXML2_USE_CONFIG_CACHE = NO endif LIBXML2_CONF_OPT = --with-gnu-ld --enable-shared \ - --enable-static $(DISABLE_IPV6) \ + --enable-static \ --without-debugging --without-python \ - --without-threads + --without-threads HOST_LIBXML2_DEPENDENCIES = host-pkg-config |