diff options
-rw-r--r-- | CHANGES | 2 | ||||
-rw-r--r-- | package/libxslt/libxslt.mk | 3 |
2 files changed, 3 insertions, 2 deletions
@@ -15,7 +15,7 @@ Updated/fixed packages: alsa-utils, busybox, dnsmasq, dosfstools, e2fsprogs, eeprog, fbv, freetype, haserl, hostapd, iperf, iptables, iw, less, libaio,libdrm, libgcrypt, libglib2, - libpng, libxml2, lua, matchbox, mdadm, memstat, mesa3d, + libpng, libxml2, libxslt, lua, matchbox, mdadm, memstat, mesa3d, mtd-utils, nano, openssl, pciutils, php, pixman, portage, pppd, pthread-stubs, python, qt, radvd, samba, setserial, squashfs, tslib, usb_modeswith, wget, xdata_xcursor-themes, diff --git a/package/libxslt/libxslt.mk b/package/libxslt/libxslt.mk index 407924d4d..e77663df2 100644 --- a/package/libxslt/libxslt.mk +++ b/package/libxslt/libxslt.mk @@ -27,7 +27,8 @@ LIBXSLT_DEPENDENCIES = libxml2 $(LIBXSLT_DEPENDENCIES_EXTRA) HOST_LIBXSLT_CONF_OPT = --enable-shared \ --without-debugging \ --without-python \ - --without-threads + --without-threads \ + --without-crypto HOST_LIBXSLT_DEPENDENCIES = host-libxml2 |