mschramm has submitted this change. ( 
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(-)

Approvals:
  Jenkins Builder: Verified
  mschramm: Looks good to me, approved; Verified




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

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

Gerrit-MessageType: merged
Gerrit-Project: osmo-ccid-firmware
Gerrit-Branch: master
Gerrit-Change-Id: Ia49709dfebdf22cb00f70d667c996c3fbb8a1f51
Gerrit-Change-Number: 41866
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: mschramm <[email protected]>

Reply via email to