aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorTuomas Taipale <tuomas.taipale@nokia.com>2023-04-11 08:18:35 +0000
committerMatias Elo <matias.elo@nokia.com>2023-04-12 09:49:27 +0300
commit035e40949cefdd63f4545dc93a98145b4197d933 (patch)
tree97df9e8d3ad177b1015c51f08512190ed60af95a /scripts
parent09661f26990472d40815da892e010a295cf789eb (diff)
ci: add libconfig install directory to pkg-config path
Add CentOS `libconfig` install directory to `PKG_CONFIG_PATH`. Signed-off-by: Tuomas Taipale <tuomas.taipale@nokia.com> Reviewed-by: Janne Peltonen <janne.peltonen@nokia.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci/build_x86_64.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci/build_x86_64.sh b/scripts/ci/build_x86_64.sh
index eb362b49c..9211bab88 100755
--- a/scripts/ci/build_x86_64.sh
+++ b/scripts/ci/build_x86_64.sh
@@ -6,6 +6,6 @@ if [ "${CC#clang}" != "${CC}" ] ; then
fi
# Required by CentOS and Rocky Linux to find DPDK install
-export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib64/pkgconfig
+export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib64/pkgconfig:/usr/lib/pkgconfig/
exec "$(dirname "$0")"/build.sh