libcap: fix bootstrap build (close #1354).

This commit is contained in:
Juan RP 2015-04-21 08:25:49 +02:00
parent b4f8bd1a4d
commit 921c9566f8
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ checksum=cee4568f78dc851d726fc93f25f4ed91cc223b1fe8259daa4a77158d174e6c65
if [ "$CHROOT_READY" ]; then
hostmakedepends="gperf perl"
else
LDFLAGS="-L${XBPS_MASTERDIR}/usr/lib"
fi
do_configure() {