aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/jenkins.sh
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-09-03 20:18:27 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2017-09-03 22:57:31 +0200
commit85a8398568f421ae00c4340bb653b4c25a2720a3 (patch)
tree9950b4dafc56c7ad9d0521ff78dd070158d50422 /contrib/jenkins.sh
parent57f5388582825685fb6386a55cb323160e18f447 (diff)
configure.ac: Remove --enable-iu
There is no Iu in a BSC, this was from old times with OsmoNITB. This configure option now lives in osmo-msc.git Change-Id: I9cf1c430855fe8a59fea1cf0abb3242c38d45cea
Diffstat (limited to 'contrib/jenkins.sh')
-rwxr-xr-xcontrib/jenkins.sh10
1 files changed, 2 insertions, 8 deletions
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index cba37bf4f..9f1c4bd8b 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -30,12 +30,6 @@ osmo-build-dep.sh libosmo-sccp
osmo-build-dep.sh openggsn
osmo-build-dep.sh osmo-mgw
-if [ "x$IU" = "x--enable-iu" ]; then
- osmo-build-dep.sh libasn1c
- #osmo-build-dep.sh asn1c aper-prefix # only needed for make regen in osmo-iuh
- osmo-build-dep.sh osmo-iuh
-fi
-
set +x
echo
echo
@@ -46,11 +40,11 @@ set -x
cd "$base"
autoreconf --install --force
-./configure $IU --enable-vty-tests --enable-external-tests
+./configure --enable-vty-tests --enable-external-tests
$MAKE $PARALLEL_MAKE
LD_LIBRARY_PATH="$inst/lib" $MAKE check \
|| cat-testlogs.sh
LD_LIBRARY_PATH="$inst/lib" \
- DISTCHECK_CONFIGURE_FLAGS="$IU --enable-vty-tests --enable-external-tests" \
+ DISTCHECK_CONFIGURE_FLAGS="--enable-vty-tests --enable-external-tests" \
$MAKE distcheck \
|| cat-testlogs.sh