From 233ae603855bc9d4153d74f9c274cb4947627bbf Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 9 Jul 2015 11:27:21 +0200 Subject: [PATCH] libarchive: rebuild against libressl-2.2.1. --- srcpkgs/libarchive/template | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/srcpkgs/libarchive/template b/srcpkgs/libarchive/template index 728fa2b27f..ff4e6db2d5 100644 --- a/srcpkgs/libarchive/template +++ b/srcpkgs/libarchive/template @@ -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() {