diff options
Diffstat (limited to 'package/talloc/Makefile')
| -rw-r--r-- | package/talloc/Makefile | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/package/talloc/Makefile b/package/talloc/Makefile index 865a95b47..0b6c76b78 100644 --- a/package/talloc/Makefile +++ b/package/talloc/Makefile @@ -4,12 +4,12 @@  include $(ADK_TOPDIR)/rules.mk  PKG_NAME:=		talloc -PKG_VERSION:=		2.1.9 +PKG_VERSION:=		2.4.3  PKG_RELEASE:=		1 -PKG_HASH:=		f0aad4cb88a3322207c82136ddc07bed48a37c2c21f82962d6c5ccb422711062 +PKG_HASH:=		dc46c40b9f46bb34dd97fe41f548b0e8b247b77a918576733c528e83abd854dd  PKG_DESCR:=		memory allocation library  PKG_SECTION:=		libs/misc -PKG_BUILDDEP:=		python2-host python2 +PKG_BUILDDEP:=		python3-host python3  PKG_URL:=		https://talloc.samba.org/talloc/doc/html/index.html  PKG_SITES:=		https://www.samba.org/ftp/talloc/  PKG_LIBNAME:=		libtalloc @@ -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 | 
