summaryrefslogtreecommitdiffhomepage
path: root/vars
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2017-09-15 10:03:44 +0200
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2017-09-15 10:03:44 +0200
commit7eceaa9603980ab7ec2bdc7e24f2af07899b9039 (patch)
tree2d2ecc281c8f7441233138895889f0a933558c27 /vars
parent4e4bf7b83972a857a29852505d032f970ec51792 (diff)
downloadmidipix_build-7eceaa9603980ab7ec2bdc7e24f2af07899b9039.tar.bz2
midipix_build-7eceaa9603980ab7ec2bdc7e24f2af07899b9039.tar.xz
vars/build.vars: pass ${PKG_CONFIG} when building whois v5.2.18.
patches/whois-5.2.18.local.patch: use ${PKG_CONFIG} instead of pkg-config.
Diffstat (limited to 'vars')
-rw-r--r--vars/build.vars1
1 files changed, 1 insertions, 0 deletions
diff --git a/vars/build.vars b/vars/build.vars
index 0082400b..297ebfe1 100644
--- a/vars/build.vars
+++ b/vars/build.vars
@@ -953,6 +953,7 @@ LEAF_PACKAGES_PREFIX="${PREFIX_NATIVE}";
: ${PKG_WHOIS_VERSION:=5.2.18};
: ${PKG_WHOIS_URL:=https://github.com/rfc1036/whois/archive/v${PKG_WHOIS_VERSION}.tar.gz};
: ${PKG_WHOIS_BUILD_DIR:=whois-${PKG_WHOIS_VERSION}};
+: ${PKG_WHOIS_ENV_VARS_EXTRA:=PKG_CONFIG=${TARGET}-pkg-config};
: ${PKG_WHOIS_MAKEFLAGS_INSTALL:=BASEDIR=${PREFIX_NATIVE}};
: ${PKG_WHOIS_SUBDIR:=${PKG_WHOIS_BUILD_DIR}};
: ${PKG_XEYES_SHA256SUM:=975e98680cd59e1f9439016386609546ed08c284d0f05a95276f96aca6e8a521};