nss: fix cross builds
This commit is contained in:
parent
72d48c74d3
commit
e7413ce6d4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue