mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
libxml2: Bump version to 2.7.3.
Closes #491 - Deletion of reject files no longer required as they have gone from the upstream release. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
ff69aeea40
commit
5079d7a0b9
@@ -3,7 +3,7 @@
|
||||
# libxml2
|
||||
#
|
||||
#############################################################
|
||||
LIBXML2_VERSION = 2.6.32
|
||||
LIBXML2_VERSION = 2.7.3
|
||||
LIBXML2_SOURCE = libxml2-sources-$(LIBXML2_VERSION).tar.gz
|
||||
LIBXML2_SITE = ftp://xmlsoft.org/libxml2
|
||||
LIBXML2_INSTALL_STAGING = YES
|
||||
@@ -22,11 +22,6 @@ LIBXML2_DEPENDENCIES = uclibc
|
||||
|
||||
$(eval $(call AUTOTARGETS,package,libxml2))
|
||||
|
||||
$(LIBXML2_HOOK_POST_EXTRACT):
|
||||
rm -f $(LIBXML2_DIR)/win32/Makefile.msvc.rej
|
||||
rm -f $(LIBXML2_DIR)/macos/src/XMLTestPrefix.h.rej
|
||||
touch $@
|
||||
|
||||
$(LIBXML2_HOOK_POST_INSTALL):
|
||||
$(SED) "s,^prefix=.*,prefix=\'$(STAGING_DIR)/usr\',g" $(STAGING_DIR)/usr/bin/xml2-config
|
||||
$(SED) "s,^exec_prefix=.*,exec_prefix=\'$(STAGING_DIR)/usr\',g" $(STAGING_DIR)/usr/bin/xml2-config
|
||||
|
||||
Reference in New Issue
Block a user