summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-03-02 11:44:29 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2024-03-02 11:48:06 +0100
commita2fb28a7e70028cc561013c97c35a686c3389a64 (patch)
treebbde5bb36d35b4612a8f3c25734507cca652f721
parent2602c5d8f5fb7750c2fd3d3a8949878a6bf3ddd4 (diff)
talloc: update to 2.4.2
-rw-r--r--package/talloc/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/talloc/Makefile b/package/talloc/Makefile
index 093d4ead1..a296a7306 100644
--- a/package/talloc/Makefile
+++ b/package/talloc/Makefile
@@ -4,9 +4,9 @@
include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= talloc
-PKG_VERSION:= 2.3.4
+PKG_VERSION:= 2.4.2
PKG_RELEASE:= 1
-PKG_HASH:= 179f9ebe265e67e4ab2c26cad2b7de4b6a77c6c212f966903382869f06be6505
+PKG_HASH:= 85ecf9e465e20f98f9950a52e9a411e14320bc555fa257d87697b7e7a9b1d8a6
PKG_DESCR:= memory allocation library
PKG_SECTION:= libs/misc
PKG_BUILDDEP:= python3-host python3
@@ -23,6 +23,7 @@ $(eval $(call PKG_template,LIBTALLOC,libtalloc,$(PKG_VERSION)-$(PKG_RELEASE),$(P
CONFIG_STYLE:= minimal
CONFIGURE_ARGS+= --prefix=/usr \
+ --disable-python \
--cross-compile \
--cross-answers=$(WRKSRC)/cache.txt \
--hostcc=gcc