diff options
-rw-r--r-- | CHANGES | 8 | ||||
-rw-r--r-- | package/libxml2/libxml2.mk | 4 |
2 files changed, 7 insertions, 5 deletions
@@ -7,10 +7,10 @@ Updated/fixed packages: at, autoconf, bash, bind, binutils, bootutils, busybox, directfb, dnsmasq, e2fsprogs, gstreamer, gperf, gst-plugins-bad, flex, hal, iptables, iw, jpeg, kismet, libfuse, - libglib2, libpcap, libungif, lighttpd, mesa, mpg123, mtd-utils, neon, - netstat-nat, openvpn, pcre, qt, rpm, sawman, sdl, sdl_ttf, ser2net, - sqlite, sshfs, tremor, u-boot, usb_modeswitch, usbutils, webkit, - wpa_supplicant, xfsprogs + libglib2, libpcap, libungif, libxml2, lighttpd, mesa, mpg123, + mtd-utils, neon, netstat-nat, openvpn, pcre, qt, rpm, sawman, sdl, + sdl_ttf, ser2net, sqlite, sshfs, tremor, u-boot, usb_modeswitch, + usbutils, webkit, wpa_supplicant, xfsprogs Issues resolved (http://bugs.uclibc.org): diff --git a/package/libxml2/libxml2.mk b/package/libxml2/libxml2.mk index a5542266e..e598d36cb 100644 --- a/package/libxml2/libxml2.mk +++ b/package/libxml2/libxml2.mk @@ -3,11 +3,13 @@ # libxml2 # ############################################################# -LIBXML2_VERSION = 2.7.3 +LIBXML2_VERSION = 2.7.6 LIBXML2_SOURCE = libxml2-sources-$(LIBXML2_VERSION).tar.gz LIBXML2_SITE = ftp://xmlsoft.org/libxml2 LIBXML2_INSTALL_STAGING = YES LIBXML2_INSTALL_TARGET = YES +#this is needed for version 2.7.4 and higher +LIBXML2_LIBTOOL_PATCH = NO ifneq ($(BR2_LARGEFILE),y) LIBXML2_CONF_ENV = CC="$(TARGET_CC) $(TARGET_CFLAGS) -DNO_LARGEFILE_SOURCE" |