pespin has uploaded this change for review.

View Change

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 change 39108. To unsubscribe, or for help writing mail filters, visit settings.

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@sysmocom.de>