mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-05 01:17:45 +00: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:
parent
ff69aeea40
commit
5079d7a0b9
1
CHANGES
1
CHANGES
@ -46,6 +46,7 @@
|
|||||||
#451: Upgrade from unmaintained dosfstools-2.11 to dosfstools-3.0.3
|
#451: Upgrade from unmaintained dosfstools-2.11 to dosfstools-3.0.3
|
||||||
#467: DirectFB 1.4.1
|
#467: DirectFB 1.4.1
|
||||||
#473: memstat_0.5.tar.gz has install with -D and that fails "make"
|
#473: memstat_0.5.tar.gz has install with -D and that fails "make"
|
||||||
|
#491: libxml2: Bump version to 0.7.3
|
||||||
#495: Bump bind package to 9.5.1-P3 (security)
|
#495: Bump bind package to 9.5.1-P3 (security)
|
||||||
#497: OpenSSL RSA key generation hangs on x86_64
|
#497: OpenSSL RSA key generation hangs on x86_64
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
# libxml2
|
# libxml2
|
||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
LIBXML2_VERSION = 2.6.32
|
LIBXML2_VERSION = 2.7.3
|
||||||
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
|
||||||
@ -22,11 +22,6 @@ LIBXML2_DEPENDENCIES = uclibc
|
|||||||
|
|
||||||
$(eval $(call AUTOTARGETS,package,libxml2))
|
$(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):
|
$(LIBXML2_HOOK_POST_INSTALL):
|
||||||
$(SED) "s,^prefix=.*,prefix=\'$(STAGING_DIR)/usr\',g" $(STAGING_DIR)/usr/bin/xml2-config
|
$(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
|
$(SED) "s,^exec_prefix=.*,exec_prefix=\'$(STAGING_DIR)/usr\',g" $(STAGING_DIR)/usr/bin/xml2-config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user