Change in osmo-e1-hardware[master]: osmo-e1-hardware: Fix missing PKG_CONFIG_PATH directory

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
Thu Dec 17 16:53:42 UTC 2020


laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-e1-hardware/+/21770 )


Change subject: osmo-e1-hardware: Fix missing PKG_CONFIG_PATH directory
......................................................................

osmo-e1-hardware: Fix missing PKG_CONFIG_PATH directory

otherwise we'll get:

make: Entering directory '/build/doc/manuals'
Package osmo-gsm-manuals was not found in the pkg-config search path.
Perhaps you should add the directory containing `osmo-gsm-manuals.pc'
to the PKG_CONFIG_PATH environment variable
No package 'osmo-gsm-manuals' found

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



  git pull ssh://gerrit.osmocom.org:29418/osmo-e1-hardware refs/changes/70/21770/1

diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index b788540..39d7f4c 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -29,6 +29,10 @@
 inst="$deps/install"
 export deps inst
 
+export PKG_CONFIG_PATH="$inst/lib/pkgconfig:$PKG_CONFIG_PATH"
+export LD_LIBRARY_PATH="$inst/lib"
+export PATH="$inst/bin:$PATH"
+
 osmo-clean-workspace.sh
 
 mkdir "$deps" || true

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

Gerrit-Project: osmo-e1-hardware
Gerrit-Branch: master
Gerrit-Change-Id: I9f3d6e74be9e0fe31a2ee7aad9869ed7568ff6dd
Gerrit-Change-Number: 21770
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201217/d9d4c71a/attachment.htm>


More information about the gerrit-log mailing list