aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2021-06-11 16:33:27 +0300
committerMatias Elo <matias.elo@nokia.com>2021-06-21 11:03:34 +0300
commite7651465784f379e12b6b8c259a0fd49a1e5335f (patch)
treeb1ee9c707884c65cbe7c7f1eae4ef3dbe725c625 /scripts
parentc24c2f9792f25693fe6b59c44afca9aec9f98943 (diff)
ci: add additional aarch64 pkg-config directory
DPDK aarch64 pkg-config file is installed to /usr/local/lib/aarch64-linux-gnu/pkgconfig. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci/build_arm64.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci/build_arm64.sh b/scripts/ci/build_arm64.sh
index ad3b95e75..4f8d51152 100755
--- a/scripts/ci/build_arm64.sh
+++ b/scripts/ci/build_arm64.sh
@@ -17,6 +17,6 @@ export CPPFLAGS="-I/usr/include/${TARGET_ARCH}/dpdk"
# Use target libraries
export PKG_CONFIG_PATH=
-export PKG_CONFIG_LIBDIR=/usr/lib/${TARGET_ARCH}/pkgconfig
+export PKG_CONFIG_LIBDIR=/usr/lib/${TARGET_ARCH}/pkgconfig:/usr/local/lib/${TARGET_ARCH}/pkgconfig
exec "$(dirname "$0")"/build.sh