Change in osmo-uecups[master]: jenkins.sh: Fix PKG_CONFIG_DIR

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Fri Apr 17 15:56:03 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-uecups/+/17844 )

Change subject: jenkins.sh: Fix PKG_CONFIG_DIR
......................................................................

jenkins.sh: Fix PKG_CONFIG_DIR

Change-Id: Ie2391ca00e588ddc9b7920dbf28ac69ddd7173e0
---
M contrib/jenkins.sh
1 file changed, 6 insertions(+), 0 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index f455fcc..1a218b9 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -12,6 +12,12 @@
 
 mkdir "$deps" || true
 
+export PKG_CONFIG_PATH="$inst/lib/pkgconfig:$PKG_CONFIG_PATH"
+export LD_LIBRARY_PATH="$inst/lib"
+export PATH="$inst/bin:$PATH"
+
+verify_value_string_arrays_are_terminated.py $(find . -name "*.[hc]")
+
 osmo-build-dep.sh libosmocore "" ac_cv_path_DOXYGEN=false
 osmo-build-dep.sh libosmo-abis "" ac_cv_path_DOXYGEN=false
 osmo-build-dep.sh libosmo-netif "" ac_cv_path_DOXYGEN=false

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-uecups/+/17844
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-uecups
Gerrit-Branch: master
Gerrit-Change-Id: Ie2391ca00e588ddc9b7920dbf28ac69ddd7173e0
Gerrit-Change-Number: 17844
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200417/144ae38e/attachment.htm>


More information about the gerrit-log mailing list