libarchive: enable multithreaded xz compression for real.
configure.ac does not set HAVE_LZMA_STREAM_ENCODER_MT anywhere!
This commit is contained in:
parent
80dfca4be1
commit
525f4a99d2
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libarchive'
|
||||
pkgname=libarchive
|
||||
version=3.2.0
|
||||
revision=3
|
||||
revision=4
|
||||
bootstrap=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="$(vopt_enable acl) $(vopt_enable acl xattr)
|
||||
|
@ -17,6 +17,9 @@ license="BSD"
|
|||
distfiles="http://www.libarchive.org/downloads/libarchive-${version}.tar.gz"
|
||||
checksum=7bce45fd71ff01dc20d19edd78322d4965583d81b8bed8e26cacb65d6f5baa87
|
||||
|
||||
# XXX wtf, configure.ac does not set this!
|
||||
CFLAGS="-DHAVE_LZMA_STREAM_ENCODER_MT"
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
pre_configure() {
|
||||
|
|
Loading…
Reference in a new issue