From 1a255118819ed02782949dcfcbd835d24d03ce6e Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Wed, 10 Sep 2014 17:28:55 +0200 Subject: [PATCH] talloc: update to 2.1.1; remove talloc.so.1 support. --- srcpkgs/talloc/files/cross-32bit.answers | 13 +++++++------ srcpkgs/talloc/template | 8 ++++---- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/srcpkgs/talloc/files/cross-32bit.answers b/srcpkgs/talloc/files/cross-32bit.answers index 6262d36125f..4223ff00679 100644 --- a/srcpkgs/talloc/files/cross-32bit.answers +++ b/srcpkgs/talloc/files/cross-32bit.answers @@ -1,8 +1,9 @@ -Checking uname sysname type: OK -Checking uname machine type: OK -Checking uname release type: OK -Checking uname version type: OK +Checking uname sysname type: "Linux" +Checking uname machine type: "dontcare" +Checking uname release type: "dontcare" +Checking uname version type: "dontcare" Checking simple C program: OK +Checking for -D_LARGE_FILES: OK building library support: OK Checking for large file support: OK Checking for -D_FILE_OFFSET_BITS=64: OK @@ -37,10 +38,10 @@ Checking correct behavior of strptime: OK Checking for HAVE_IFACE_GETIFADDRS: OK Checking for HAVE_IFACE_IFCONF: OK Checking for HAVE_IFACE_IFREQ: OK -Checking getconf LFS_CFLAGS: OK +Checking getconf LFS_CFLAGS: "-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" Checking for large file support without additional flags: OK Checking for working strptime: OK Checking for HAVE_SHARED_MMAP: OK Checking for HAVE_MREMAP: OK -Checking for HAVE_INCOHERENT_MMAP: OK +Checking for HAVE_INCOHERENT_MMAP: NO Checking getconf large file support flags work: OK diff --git a/srcpkgs/talloc/template b/srcpkgs/talloc/template index 02d3f9559f0..99fc5d38b33 100644 --- a/srcpkgs/talloc/template +++ b/srcpkgs/talloc/template @@ -1,21 +1,21 @@ # Template build file for 'talloc'. pkgname=talloc -version=2.0.8 -revision=5 +version=2.1.1 +revision=1 hostmakedepends="pkg-config python libxslt docbook-xsl" short_desc="Hierarchical pool based memory allocator with destructors" maintainer="Juan RP " homepage="http://talloc.samba.org/" license="GPL-3" distfiles="http://samba.org/ftp/$pkgname/$pkgname-$version.tar.gz" -checksum=1ec11e635e0318dbbb014db38ff96e8dba3ce5f614eeb7d993b4a5b71c016783 +checksum=3e29ce6c3ba3c4f7c2d57ce8cf0fbc24c86618c519f2b2fb6a459025488b6174 do_configure() { if [ "$CROSS_BUILD" ]; then cp ${FILESDIR}/cross-32bit.answers . _args="--cross-compile --hostcc=cc --cross-answers=cross-32bit.answers" fi - ./configure --prefix=/usr --disable-python --enable-talloc-compat1 ${_args} + ./configure --prefix=/usr --disable-python ${_args} } do_build() {