libxml2: bump to version 2.7.6

Signed-off-by: Sagaert Johan <sagaert.johan@skynet.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Sagaert Johan 2009-11-26 16:51:11 +01:00 committed by Peter Korsgaard
parent fee19b6a84
commit 98d5d81a1d
2 changed files with 7 additions and 5 deletions

View File

@ -7,10 +7,10 @@
Updated/fixed packages: at, autoconf, bash, bind, binutils, bootutils, Updated/fixed packages: at, autoconf, bash, bind, binutils, bootutils,
busybox, directfb, dnsmasq, e2fsprogs, gstreamer, gperf, busybox, directfb, dnsmasq, e2fsprogs, gstreamer, gperf,
gst-plugins-bad, flex, hal, iptables, iw, jpeg, kismet, libfuse, gst-plugins-bad, flex, hal, iptables, iw, jpeg, kismet, libfuse,
libglib2, libpcap, libungif, lighttpd, mesa, mpg123, mtd-utils, neon, libglib2, libpcap, libungif, libxml2, lighttpd, mesa, mpg123,
netstat-nat, openvpn, pcre, qt, rpm, sawman, sdl, sdl_ttf, ser2net, mtd-utils, neon, netstat-nat, openvpn, pcre, qt, rpm, sawman, sdl,
sqlite, sshfs, tremor, u-boot, usb_modeswitch, usbutils, webkit, sdl_ttf, ser2net, sqlite, sshfs, tremor, u-boot, usb_modeswitch,
wpa_supplicant, xfsprogs usbutils, webkit, wpa_supplicant, xfsprogs
Issues resolved (http://bugs.uclibc.org): Issues resolved (http://bugs.uclibc.org):

View File

@ -3,11 +3,13 @@
# libxml2 # libxml2
# #
############################################################# #############################################################
LIBXML2_VERSION = 2.7.3 LIBXML2_VERSION = 2.7.6
LIBXML2_SOURCE = libxml2-sources-$(LIBXML2_VERSION).tar.gz LIBXML2_SOURCE = libxml2-sources-$(LIBXML2_VERSION).tar.gz
LIBXML2_SITE = ftp://xmlsoft.org/libxml2 LIBXML2_SITE = ftp://xmlsoft.org/libxml2
LIBXML2_INSTALL_STAGING = YES LIBXML2_INSTALL_STAGING = YES
LIBXML2_INSTALL_TARGET = YES LIBXML2_INSTALL_TARGET = YES
#this is needed for version 2.7.4 and higher
LIBXML2_LIBTOOL_PATCH = NO
ifneq ($(BR2_LARGEFILE),y) ifneq ($(BR2_LARGEFILE),y)
LIBXML2_CONF_ENV = CC="$(TARGET_CC) $(TARGET_CFLAGS) -DNO_LARGEFILE_SOURCE" LIBXML2_CONF_ENV = CC="$(TARGET_CC) $(TARGET_CFLAGS) -DNO_LARGEFILE_SOURCE"