Skip to content

Commit

Permalink
libxml2: Update from 2.12.9 to 2.13.5 and disable readline
Browse files Browse the repository at this point in the history
  • Loading branch information
th0ma7 committed Nov 24, 2024
1 parent ab83b1a commit 6458169
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion cross/libxml2/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = libxml2
PKG_VERS = 2.12.9
PKG_VERS = 2.13.5
PKG_EXT = tar.gz
PKG_DIST_NAME = v$(PKG_VERS).$(PKG_EXT)
PKG_DIST_FILE = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
Expand All @@ -14,6 +14,8 @@ LICENSE = MIT

CMAKE_ARGS = -DLIBXML2_WITH_PYTHON=OFF
CMAKE_ARGS += -DLIBXML2_WITH_LZMA=OFF
CMAKE_ARGS += -DLIBXML2_WITH_TESTS=OFF
CMAKE_ARGS += -DHAVE_LIBREADLINE=0
ADDITIONAL_CFLAGS = -O3

POST_INSTALL_TARGET = libxml2_post_install
Expand Down
2 changes: 1 addition & 1 deletion cross/libxml2/PLIST
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ bin:bin/xmlcatalog
bin:bin/xmllint
lnk:lib/libxml2.so
lnk:lib/libxml2.so.2
lib:lib/libxml2.so.2.12.9
lib:lib/libxml2.so.2.13.5
6 changes: 3 additions & 3 deletions cross/libxml2/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
libxml2-2.12.9.tar.gz SHA1 97fad5313ec92e8d4fadf742fe60506858d2e8e7
libxml2-2.12.9.tar.gz SHA256 7e0a3853033b6e4c9cbf74e8994b6c07c76b1f5c1ca7886785e9f2b722d30d0e
libxml2-2.12.9.tar.gz MD5 44291248bb0737c823f619fe21a3eebb
libxml2-2.13.5.tar.gz SHA1 afc899c38c29cd14db468044f0693c29326957ee
libxml2-2.13.5.tar.gz SHA256 87d681718760ba42e749a61482d71b34d1d566843e9ade39a73fea92caf8293b
libxml2-2.13.5.tar.gz MD5 b6ead19aff44b49f2641cb26be5e0b4e

0 comments on commit 6458169

Please sign in to comment.