serf: Use new apr-1-config

This commit is contained in:
Đoàn Trần Công Danh 2024-03-29 21:11:36 +07:00 committed by Đoàn Trần Công Danh
parent 8d67bc1c15
commit b684faf378
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ checksum=be81ef08baa2516ecda76a77adf7def7bc3227eeb578b9a33b45f7b41dc064e6
LDFLAGS="-Wl,--no-undefined"
if [ "$CROSS_BUILD" ]; then
make_build_args+=" APR=${XBPS_WRAPPERDIR}/apr-1-config"
make_build_args+=" APR=${XBPS_CROSS_BASE}/usr/bin/apr-1-config"
make_build_args+=" APU=${XBPS_WRAPPERDIR}/apu-1-config"
fi