mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
nss: fix cross builds
This commit is contained in:
parent
72d48c74d3
commit
e7413ce6d4
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue