talloc: update to 2.3.1
Signed-off-by: Nathan Owens <ndowens04@gmail.com>
This commit is contained in:
parent
311419e196
commit
9de9d02c15
@ -1,21 +1,22 @@
|
||||
# Template file for 'talloc'
|
||||
pkgname=talloc
|
||||
version=2.1.14
|
||||
version=2.3.1
|
||||
revision=1
|
||||
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"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://talloc.samba.org/"
|
||||
distfiles="http://samba.org/ftp/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=b185602756a628bac507fa8af8b9df92ace69d27c0add5dab93190ad7c3367ce
|
||||
checksum=ef4822d2fdafd2be8e0cabc3ec3c806ae29b8268e932c5e9a4cd5585f37f9f77
|
||||
|
||||
do_configure() {
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
cp ${FILESDIR}/cross-32bit.answers .
|
||||
_args="--cross-compile --hostcc=cc --cross-answers=cross-32bit.answers"
|
||||
cp "$FILESDIR"/cross-32bit.answers .
|
||||
_args+=" --cross-compile --hostcc=${CC} --cross-answers=cross-32bit.answers"
|
||||
fi
|
||||
|
||||
./configure --prefix=/usr --disable-python ${_args}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user