Skip to content

Commit

Permalink
adjust cross/libxslt
Browse files Browse the repository at this point in the history
- revert to official download url
- disable debug information
  • Loading branch information
hgy59 committed Feb 4, 2025
1 parent 36d7b80 commit fc22852
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
11 changes: 6 additions & 5 deletions cross/libxslt/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
PKG_NAME = libxslt
PKG_VERS = 1.1.42
PKG_EXT = tar.gz
PKG_DIST_FILE = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
PKG_DIST_NAME = v$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://github.com/GNOME/libxslt/archive/refs/tags
PKG_EXT = tar.xz
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://download.gnome.org/sources/libxslt/$(word 1,$(subst ., ,$(PKG_VERS))).$(word 2,$(subst ., ,$(PKG_VERS)))
PKG_DIR = $(PKG_NAME)-$(PKG_VERS)

DEPENDS = cross/libxml2 cross/libgcrypt
Expand All @@ -14,8 +13,10 @@ LICENSE = MIT

CMAKE_ARGS = -DLIBXSLT_WITH_PYTHON=OFF
CMAKE_ARGS += -DLIBXSLT_WITH_TESTS=OFF
CMAKE_ARGS += -DLIBXSLT_WITH_DEBUGGER=OFF
CMAKE_ARGS += -DLIBXSLT_WITH_XSLT_DEBUG=OFF

# if for libgcrypt, replace the -config path with abspath
# adjust prefix in xslt-config (initialy added for libgcrypt)
POST_INSTALL_TARGET = libxslt_post_install

include ../../mk/spksrc.cross-cmake.mk
Expand Down
6 changes: 3 additions & 3 deletions cross/libxslt/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
libxslt-1.1.42.tar.gz SHA1 a34d003f1cbcf12b102a0ced9a15b860ef968e48
libxslt-1.1.42.tar.gz SHA256 a86658443be115694a78c7d1d760334aa590280a13a5de3024115b63bb61744c
libxslt-1.1.42.tar.gz MD5 21317abc3fee7ec6999ae51c71fc5592
libxslt-1.1.42.tar.xz SHA1 a2ee92076aa1f9d0b97218ba3a1222e23112e34a
libxslt-1.1.42.tar.xz SHA256 85ca62cac0d41fc77d3f6033da9df6fd73d20ea2fc18b0a3609ffb4110e1baeb
libxslt-1.1.42.tar.xz MD5 56bc5d89aa39d62002961c150fec08a0

0 comments on commit fc22852

Please sign in to comment.