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