fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/41866?usp=email )
Change subject: contrib/jenkins.sh: fix build: add --disable-syslog-logging ......................................................................
contrib/jenkins.sh: fix build: add --disable-syslog-logging
Since recently (see the related patch), libosmocore requires header file syslog.h to be present, unless --disable-syslog-logging is given.
Change-Id: Ia49709dfebdf22cb00f70d667c996c3fbb8a1f51 Related: libosmocore.git Ifc54d60e24547696b3059b6eb75572f8c84874d0 --- M contrib/jenkins.sh 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ccid-firmware refs/changes/66/41866/1
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh index 0e3e414..c355dd3 100755 --- a/contrib/jenkins.sh +++ b/contrib/jenkins.sh @@ -44,7 +44,7 @@ ./configure --enable-static --prefix="$inst/stow/libosmocore" --host=arm-none-eabi \ --enable-embedded --disable-log-macros --disable-doxygen --disable-shared --disable-pseudotalloc \ --disable-libsctp --disable-libusb --disable-gb --enable-external-tests \ - --disable-libmnl \ + --disable-libmnl --disable-syslog-logging \ 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" \ CPPFLAGS="-D__thread=''" make $PARALLEL_MAKE install