bmake: fix cross-build.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Template file for 'bmake'
|
# Template file for 'bmake'
|
||||||
pkgname=bmake
|
pkgname=bmake
|
||||||
version=20151201
|
version=20151201
|
||||||
revision=1
|
revision=2
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
short_desc="Portable version of the NetBSD make build tool"
|
short_desc="Portable version of the NetBSD make build tool"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
@@ -17,7 +17,7 @@ do_configure() {
|
|||||||
mkdir -p bmake-host
|
mkdir -p bmake-host
|
||||||
cd bmake-host
|
cd bmake-host
|
||||||
# Build a native bmake for installation
|
# Build a native bmake for installation
|
||||||
unset CC LD AR CFLAGS
|
unset CC LD AR CFLAGS LDFLAGS
|
||||||
../boot-strap op=build
|
../boot-strap op=build
|
||||||
cp linux*-*/bmake .
|
cp linux*-*/bmake .
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user