libarchive: look for headers/libs in XBPS_MASTERDIR for the bootstrap build.
This commit is contained in:
parent
95031be4c2
commit
9faf25b9e7
1 changed files with 5 additions and 0 deletions
|
@ -14,6 +14,11 @@ checksum=eb87eacd8fe49e8d90c8fdc189813023ccc319c5e752b01fb6ad0cc7b2c53d5e
|
||||||
|
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
|
|
||||||
|
if [ -z "$CHROOT_READY" ]; then
|
||||||
|
CFLAGS+=" -I${XBPS_MASTERDIR}/usr/include"
|
||||||
|
LDFLAGS+=" -L${XBPS_MASTERDIR}/usr/lib"
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends="libtool"
|
hostmakedepends="libtool"
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue