mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
talloc: update to 2.3.1
Signed-off-by: Nathan Owens <ndowens04@gmail.com>
This commit is contained in:
parent
311419e196
commit
9de9d02c15
1 changed files with 6 additions and 5 deletions
|
@ -1,21 +1,22 @@
|
||||||
# Template file for 'talloc'
|
# Template file for 'talloc'
|
||||||
pkgname=talloc
|
pkgname=talloc
|
||||||
version=2.1.14
|
version=2.3.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
hostmakedepends="pkg-config python libxslt docbook-xsl"
|
hostmakedepends="pkg-config python3 libxslt docbook-xsl"
|
||||||
short_desc="Hierarchical pool based memory allocator with destructors"
|
short_desc="Hierarchical pool based memory allocator with destructors"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://talloc.samba.org/"
|
homepage="https://talloc.samba.org/"
|
||||||
distfiles="http://samba.org/ftp/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="http://samba.org/ftp/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=b185602756a628bac507fa8af8b9df92ace69d27c0add5dab93190ad7c3367ce
|
checksum=ef4822d2fdafd2be8e0cabc3ec3c806ae29b8268e932c5e9a4cd5585f37f9f77
|
||||||
|
|
||||||
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 ${_args}
|
./configure --prefix=/usr --disable-python ${_args}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue