Merge pull request #19417 from mhei/libxml2-update-2.10.2
libxml2: update to 2.10.2 (closes #19288)
This commit is contained in:
commit
2bda3b3e80
1 changed files with 2 additions and 5 deletions
|
@ -8,12 +8,12 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=libxml2
|
PKG_NAME:=libxml2
|
||||||
PKG_VERSION:=2.9.14
|
PKG_VERSION:=2.10.2
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=@GNOME/libxml2/$(basename $(PKG_VERSION))
|
PKG_SOURCE_URL:=@GNOME/libxml2/$(basename $(PKG_VERSION))
|
||||||
PKG_HASH:=60d74a257d1ccec0475e749cba2f21559e48139efba6ff28224357c7c798dfee
|
PKG_HASH:=d240abe6da9c65cb1900dd9bf3a3501ccf88b3c2a1cb98317d03f272dda5b265
|
||||||
|
|
||||||
PKG_LICENSE:=MIT
|
PKG_LICENSE:=MIT
|
||||||
PKG_LICENSE_FILES:=COPYING
|
PKG_LICENSE_FILES:=COPYING
|
||||||
|
@ -21,7 +21,6 @@ PKG_CPE_ID:=cpe:/a:xmlsoft:libxml2
|
||||||
|
|
||||||
PKG_MAINTAINER:=Michael Heimpold <mhei@heimpold.de>
|
PKG_MAINTAINER:=Michael Heimpold <mhei@heimpold.de>
|
||||||
|
|
||||||
PKG_FIXUP:=autoreconf
|
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
PKG_BUILD_PARALLEL:=0
|
PKG_BUILD_PARALLEL:=0
|
||||||
|
|
||||||
|
@ -77,7 +76,6 @@ CONFIGURE_ARGS += \
|
||||||
--with-c14n \
|
--with-c14n \
|
||||||
--without-catalog \
|
--without-catalog \
|
||||||
--with-debug \
|
--with-debug \
|
||||||
--without-docbook \
|
|
||||||
--with-html \
|
--with-html \
|
||||||
--without-ftp \
|
--without-ftp \
|
||||||
--without-http \
|
--without-http \
|
||||||
|
@ -110,7 +108,6 @@ HOST_CONFIGURE_ARGS += \
|
||||||
--with-c14n \
|
--with-c14n \
|
||||||
--without-catalog \
|
--without-catalog \
|
||||||
--with-debug \
|
--with-debug \
|
||||||
--without-docbook \
|
|
||||||
--with-html \
|
--with-html \
|
||||||
--without-ftp \
|
--without-ftp \
|
||||||
--without-http \
|
--without-http \
|
||||||
|
|
Loading…
Reference in a new issue