From 0dd0f762e13015571ee9954b844ee8bf0180a42d Mon Sep 17 00:00:00 2001 From: Juan RP <xtraeme@gmail.com> Date: Fri, 26 Sep 2014 13:27:48 +0200 Subject: [PATCH] qemu: fix cross build: don't redefine PKG_CONFIG, it's already set. --- srcpkgs/qemu/template | 1 - 1 file changed, 1 deletion(-) diff --git a/srcpkgs/qemu/template b/srcpkgs/qemu/template index 91febd2a87..d5ebb0d0a6 100644 --- a/srcpkgs/qemu/template +++ b/srcpkgs/qemu/template @@ -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