pespin has uploaded this change for review.

View Change

jenkins.sh: Use --disable-doxygen configure param

Change-Id: I0c73c5e5c94bb712975f8ae0c6cff4743e148210
---
M contrib/jenkins.sh
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ggsn refs/changes/06/39106/1
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 17345a6..4404cfa 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -27,7 +27,7 @@
if [ "x$GTP" == "x--enable-gtp-linux" ]; then
osmo-build-dep.sh libgtpnl
fi
-osmo-build-dep.sh libosmocore "" ac_cv_path_DOXYGEN=false
+osmo-build-dep.sh libosmocore "" --disable-doxygen

verify_value_string_arrays_are_terminated.py $(find . -name "*.[hc]")


To view, visit change 39106. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: osmo-ggsn
Gerrit-Branch: master
Gerrit-Change-Id: I0c73c5e5c94bb712975f8ae0c6cff4743e148210
Gerrit-Change-Number: 39106
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>