Commit 98d5d81a authored by Sagaert Johan's avatar Sagaert Johan Committed by Peter Korsgaard
Browse files

libxml2: bump to version 2.7.6

parent fee19b6a
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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):

+3 −1
Original line number Diff line number Diff line
@@ -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"