From: <abe...@us...> - 2012-12-17 20:31:13
|
Revision: 5820 http://astlinux.svn.sourceforge.net/astlinux/?rev=5820&view=rev Author: abelbeck Date: 2012-12-17 20:31:06 +0000 (Mon, 17 Dec 2012) Log Message: ----------- libxml2, version bump to 2.9.0 Note: 'LIBXML2_AUTORECONF = YES' removed since it now requires a newer autoconf than we commonly have, regardless AUTORECONF should no longer be necessary since it was only added when configure.in patches were applied in the past. Modified Paths: -------------- branches/1.0/package/libxml2/libxml2.mk Modified: branches/1.0/package/libxml2/libxml2.mk =================================================================== --- branches/1.0/package/libxml2/libxml2.mk 2012-12-17 19:52:37 UTC (rev 5819) +++ branches/1.0/package/libxml2/libxml2.mk 2012-12-17 20:31:06 UTC (rev 5820) @@ -4,10 +4,9 @@ # ############################################################# -LIBXML2_VERSION = 2.8.0 +LIBXML2_VERSION = 2.9.0 LIBXML2_SITE = ftp://xmlsoft.org/libxml2 LIBXML2_INSTALL_STAGING = YES -LIBXML2_AUTORECONF = YES ifneq ($(BR2_LARGEFILE),y) LIBXML2_CONF_ENV = CC="$(TARGET_CC) $(TARGET_CFLAGS) -DNO_LARGEFILE_SOURCE" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |