pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-hlr/+/39108?usp=email )
Change subject: jenkins.sh: Use --disable-doxygen configure param
......................................................................
jenkins.sh: Use --disable-doxygen configure param
Change-Id: If5213e1080e22ad1fe87c61582a9cc4c2c164174
---
M contrib/jenkins.sh
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-hlr refs/changes/08/39108/1
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 7579104..266fd1c 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -29,7 +29,7 @@
export LD_LIBRARY_PATH="$inst/lib"
export PATH="$inst/bin:$PATH"
-osmo-build-dep.sh libosmocore "" ac_cv_path_DOXYGEN=false
+osmo-build-dep.sh libosmocore "" --disable-doxygen
osmo-build-dep.sh libosmo-netif "" --disable-doxygen
osmo-build-dep.sh libosmo-abis
--
To view, visit
https://gerrit.osmocom.org/c/osmo-hlr/+/39108?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-hlr
Gerrit-Branch: master
Gerrit-Change-Id: If5213e1080e22ad1fe87c61582a9cc4c2c164174
Gerrit-Change-Number: 39108
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>