expat: update to 2.6.0
authorkrant <[email protected]>
Wed, 7 Feb 2024 10:38:45 +0000 (12:38 +0200)
committerTianling Shen <[email protected]>
Sun, 13 Apr 2025 08:50:15 +0000 (16:50 +0800)
- Don't set default CMake options

Signed-off-by: krant <[email protected]>
(cherry picked from commit c40da57d7b99b9e7daf89db63e996e3fdd8ad25b)

libs/expat/Makefile

index d45e9a548fea2cc63c96956f1a88628505e94809..43204b523d58c6c884e9b215745d337b9cac9cca 100644 (file)
@@ -6,13 +6,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=expat
-PKG_VERSION:=2.5.0
+PKG_VERSION:=2.6.0
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=@SF/expat \
        https://github.com/libexpat/libexpat/releases/download/R_$(subst .,_,$(PKG_VERSION))
-PKG_HASH:=ef2420f0232c087801abf705e89ae65f6257df6b7931d37846a193ef2e8cdcbe
+PKG_HASH:=cb5f5a8ea211e1cabd59be0a933a52e3c02cc326e86a4d387d8d218e7ee47a3e
 
 PKG_MAINTAINER:=Ted Hess <[email protected]>
 PKG_LICENSE:=MIT
@@ -41,8 +41,6 @@ CMAKE_OPTIONS += \
        -DEXPAT_BUILD_EXAMPLES=OFF \
        -DEXPAT_BUILD_TESTS=OFF \
        -DEXPAT_BUILD_DOCS=OFF \
-       -DEXPAT_WITH_LIBBSD=OFF \
-       -DEXPAT_ENABLE_INSTALL=ON \
        -DEXPAT_DTD=OFF \
        -DEXPAT_NS=OFF \
        -DEXPAT_DEV_URANDOM=OFF