aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-10-24 15:41:32 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2019-10-24 15:56:49 +0200
commitea2afb21d69f5227263f6b227edcb1e9cc5b0e54 (patch)
treea1b8c7f7a8f6dd83d40c596aee7e5e7d9068a988 /contrib
parent8fac511a6e8309181f219c4b9fd2a0be578f1db3 (diff)
configure: Introduce --disable-libsctp and error by default if libsctp not found
This way libosmocore build fails during configuring phase if expected default behavior (building with libsctp support enabled and providing osmo_sock_init2_multiaddr() API) fails. User is still provided with --disable-libsctp option in case he doesn't need those features or his environment doesn't provide required libsctp APIs. Change-Id: I710c9cb1c6da0e5fc94b792df8bf60194a72208f
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/jenkins_arm.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/jenkins_arm.sh b/contrib/jenkins_arm.sh
index e3a6cd14..8ee90f03 100755
--- a/contrib/jenkins_arm.sh
+++ b/contrib/jenkins_arm.sh
@@ -18,6 +18,7 @@ build() {
--enable-embedded \
--disable-doxygen \
--disable-shared \
+ --disable-libsctp \
--enable-external-tests \
CFLAGS="-Os -ffunction-sections -fdata-sections -nostartfiles -nodefaultlibs $WERROR_FLAGS"