mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
talloc: update to 2.1.1; remove talloc.so.1 support.
This commit is contained in:
parent
5f667aefd3
commit
1a25511881
2 changed files with 11 additions and 10 deletions
|
@ -1,8 +1,9 @@
|
||||||
Checking uname sysname type: OK
|
Checking uname sysname type: "Linux"
|
||||||
Checking uname machine type: OK
|
Checking uname machine type: "dontcare"
|
||||||
Checking uname release type: OK
|
Checking uname release type: "dontcare"
|
||||||
Checking uname version type: OK
|
Checking uname version type: "dontcare"
|
||||||
Checking simple C program: OK
|
Checking simple C program: OK
|
||||||
|
Checking for -D_LARGE_FILES: OK
|
||||||
building library support: OK
|
building library support: OK
|
||||||
Checking for large file support: OK
|
Checking for large file support: OK
|
||||||
Checking for -D_FILE_OFFSET_BITS=64: 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_GETIFADDRS: OK
|
||||||
Checking for HAVE_IFACE_IFCONF: OK
|
Checking for HAVE_IFACE_IFCONF: OK
|
||||||
Checking for HAVE_IFACE_IFREQ: 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 large file support without additional flags: OK
|
||||||
Checking for working strptime: OK
|
Checking for working strptime: OK
|
||||||
Checking for HAVE_SHARED_MMAP: OK
|
Checking for HAVE_SHARED_MMAP: OK
|
||||||
Checking for HAVE_MREMAP: 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
|
Checking getconf large file support flags work: OK
|
||||||
|
|
|
@ -1,21 +1,21 @@
|
||||||
# Template build file for 'talloc'.
|
# Template build file for 'talloc'.
|
||||||
pkgname=talloc
|
pkgname=talloc
|
||||||
version=2.0.8
|
version=2.1.1
|
||||||
revision=5
|
revision=1
|
||||||
hostmakedepends="pkg-config python libxslt docbook-xsl"
|
hostmakedepends="pkg-config python libxslt docbook-xsl"
|
||||||
short_desc="Hierarchical pool based memory allocator with destructors"
|
short_desc="Hierarchical pool based memory allocator with destructors"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://talloc.samba.org/"
|
homepage="http://talloc.samba.org/"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
distfiles="http://samba.org/ftp/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="http://samba.org/ftp/$pkgname/$pkgname-$version.tar.gz"
|
||||||
checksum=1ec11e635e0318dbbb014db38ff96e8dba3ce5f614eeb7d993b4a5b71c016783
|
checksum=3e29ce6c3ba3c4f7c2d57ce8cf0fbc24c86618c519f2b2fb6a459025488b6174
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
cp ${FILESDIR}/cross-32bit.answers .
|
cp ${FILESDIR}/cross-32bit.answers .
|
||||||
_args="--cross-compile --hostcc=cc --cross-answers=cross-32bit.answers"
|
_args="--cross-compile --hostcc=cc --cross-answers=cross-32bit.answers"
|
||||||
fi
|
fi
|
||||||
./configure --prefix=/usr --disable-python --enable-talloc-compat1 ${_args}
|
./configure --prefix=/usr --disable-python ${_args}
|
||||||
}
|
}
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue