laforge submitted this change.
contrib/jenkins.sh: fix non-existent include path
This helps the compiler to find talloc.h and fixes the build [again].
Change-Id: I7949f31e01d4cb20af1095f8fc20be1571239f37
Related: OS#6929
---
M contrib/jenkins.sh
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index c355dd3..7943bd2 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -45,7 +45,7 @@
--enable-embedded --disable-log-macros --disable-doxygen --disable-shared --disable-pseudotalloc \
--disable-libsctp --disable-libusb --disable-gb --enable-external-tests \
--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" \
+ 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$TOPDIR/sysmoOCTSIM -Wno-error=format" \
CPPFLAGS="-D__thread=''"
make $PARALLEL_MAKE install
make clean
To view, visit change 41909. To unsubscribe, or for help writing mail filters, visit settings.