fix: contrib/jenkins sysmobts build: proper PKG_CONFIG_PATH

Change-Id: I94b706d664ba89b2ea999601ba67348973c3639c
This commit is contained in:
Neels Hofmeyr 2017-05-24 18:10:52 +02:00
parent 5bf66c57d6
commit 1eb5cbc719
1 changed files with 3 additions and 0 deletions

View File

@ -44,6 +44,9 @@ prefix="$prefix_base/inst-osmo-bts-sysmo"
prefix_real="$DESTDIR$prefix"
mkdir -p "$prefix_real"
# Installation in non-system dir, but keep the PKG_CONFIG_PATH from the SDK:
export PKG_CONFIG_PATH="$prefix_real/lib/pkgconfig:$PKG_CONFIG_PATH"
for dep in $deps; do
cd "$base/$dep"
rm -rf *