qemu: fix cross build: don't redefine PKG_CONFIG, it's already set.

This commit is contained in:
Juan RP 2014-09-26 13:27:48 +02:00
parent 8ddf256957
commit 0dd0f762e1
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ do_configure() {
if [ "$CROSS_BUILD" ]; then
args+=" --cross-prefix=${XBPS_CROSS_TRIPLET}-"
export PKG_CONFIG=pkg-config
export LIBTOOL=libtool
fi