mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
bmake: fix cross-build.
This commit is contained in:
parent
e0c8b19ff3
commit
afa13bb016
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue