diff options
Diffstat (limited to 'package/libxslt/libxslt.mk')
-rw-r--r-- | package/libxslt/libxslt.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/libxslt/libxslt.mk b/package/libxslt/libxslt.mk index 4bf61b54c..407924d4d 100644 --- a/package/libxslt/libxslt.mk +++ b/package/libxslt/libxslt.mk @@ -18,7 +18,6 @@ endif LIBXSLT_CONF_OPT = --with-gnu-ld --enable-shared \ --enable-static $(LIBXSLT_XTRA_CONF_OPT) \ - $(DISABLE_NLS) $(DISABLE_IPV6) \ --without-debugging --without-python \ --without-threads \ --with-libxml-prefix=$(STAGING_DIR)/usr/ |