bmake: fix cross-build.

This commit is contained in:
Christian Neukirchen 2015-12-10 19:30:33 +01:00
parent e0c8b19ff3
commit afa13bb016

View file

@ -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