Change in osmo-ccid-firmware[master]: jenkins.sh: add --disable-libsctp

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Tue Nov 12 11:18:50 UTC 2019


laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/16034 )


Change subject: jenkins.sh: add --disable-libsctp
......................................................................

jenkins.sh: add --disable-libsctp

Somehow the logic in libosmocore configure.ac dosen;t work: Using
--enable-embedded should automatically select --disable-libsctp, but
doesn't :(

Change-Id: Id51153863bf7db2843805779723f340228b5ddaf
---
M contrib/jenkins.sh
1 file changed, 4 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ccid-firmware refs/changes/34/16034/1

diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index fb324cc..f3a0169 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -38,7 +38,10 @@
 
 mkdir -p "$inst/stow"
 autoreconf --install --force
-./configure --enable-static --prefix="$inst/stow/libosmocore" --host=arm-none-eabi --enable-embedded --disable-doxygen --disable-shared --disable-pseudotalloc --enable-external-tests CFLAGS="-Os -ffunction-sections -fdata-sections -nostartfiles -nodefaultlibs -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations -Wno-error=cpp -mthumb -Os -mlong-calls -g3 -mcpu=cortex-m4 -mfloat-abi=softfp -mfpu=fpv4-sp-d16 -I /home/laforge/projects/git/osmo-ccid-firmware/sysmoOCTSIM -Wno-error=format"
+./configure	--enable-static --prefix="$inst/stow/libosmocore" --host=arm-none-eabi \
+		--enable-embedded --disable-doxygen --disable-shared --disable-pseudotalloc \
+		--disable-libsctp --enable-external-tests \
+		CFLAGS="-Os -ffunction-sections -fdata-sections -nostartfiles -nodefaultlibs -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations -Wno-error=cpp -mthumb -Os -mlong-calls -g3 -mcpu=cortex-m4 -mfloat-abi=softfp -mfpu=fpv4-sp-d16 -I /home/laforge/projects/git/osmo-ccid-firmware/sysmoOCTSIM -Wno-error=format"
 make $PARALLEL_MAKE install
 make clean
 STOW_DIR="$inst/stow" stow --restow libosmocore

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/16034
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ccid-firmware
Gerrit-Branch: master
Gerrit-Change-Id: Id51153863bf7db2843805779723f340228b5ddaf
Gerrit-Change-Number: 16034
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191112/3bab1c4b/attachment.htm>


More information about the gerrit-log mailing list