nss: fix cross builds
This commit is contained in:
@@ -29,7 +29,8 @@ do_build() {
|
|||||||
|
|
||||||
cd nss
|
cd nss
|
||||||
# Build nsinstall for host.
|
# 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
|
if [ "$CROSS_BUILD" ]; then
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
|||||||
Reference in New Issue
Block a user