nss: fix cross builds

This commit is contained in:
Duncaen 2017-01-24 02:13:13 +01:00
parent 72d48c74d3
commit e7413ce6d4
1 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,8 @@ do_build() {
cd nss
# Build nsinstall for host.
make ${_use64} -C coreconf
make CC=$BUILD_CC LD=$BUILD_LD CFLAGS=$BUILD_CFLAGS LDFLAGS=$BUILD_LDFLAGS \
${_use64} -C coreconf
if [ "$CROSS_BUILD" ]; then
case "$XBPS_TARGET_MACHINE" in