libarchive: rebuild against libressl-2.2.1.

This commit is contained in:
Juan RP 2015-07-09 11:27:21 +02:00
parent d70dcf974d
commit 233ae60385

View file

@ -1,7 +1,7 @@
# Template file for 'libarchive'
pkgname=libarchive
version=3.1.2
revision=16
revision=17
bootstrap=yes
build_style=gnu-configure
configure_args="$(vopt_enable acl) $(vopt_enable acl xattr)
@ -17,11 +17,6 @@ license="BSD"
distfiles="http://www.libarchive.org/downloads/libarchive-${version}.tar.gz"
checksum=eb87eacd8fe49e8d90c8fdc189813023ccc319c5e752b01fb6ad0cc7b2c53d5e
if [ -z "$CHROOT_READY" ]; then
CFLAGS+=" -I${XBPS_MASTERDIR}/usr/include"
LDFLAGS+=" -L${XBPS_MASTERDIR}/usr/lib"
fi
if [ "$CROSS_BUILD" ]; then
hostmakedepends="libtool"
pre_configure() {