aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2023-04-14 10:46:15 +0300
committerMatias Elo <matias.elo@nokia.com>2023-04-14 10:46:15 +0300
commit7efdbaa4934c0cab3aa274d350d82af2d756d4d2 (patch)
treef533bed82bfa212e92efbadc92a48fcee7939f2a /scripts
parentf3a95e9658ffda83da051e9b3f9338583389dc42 (diff)
parentd1433e17eda246d24b61cadae88b339f5a0226ba (diff)
Merge tag 'v1.41.0.0' of https://github.com/OpenDataPlane/odp into odp-dpdk
Signed-off-by: Matias Elo <matias.elo@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 309e58b50..57d077227 100755
--- a/scripts/ci/build_x86_64.sh
+++ b/scripts/ci/build_x86_64.sh
@@ -7,6 +7,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