Skip to content
Snippets Groups Projects
Commit a3884728 authored by Jakob Olsson's avatar Jakob Olsson
Browse files

gitlab-ci: add cnltr sync to CFLAGS

parent 112063cd
No related branches found
No related tags found
2 merge requests!137intruduce wifi_opclass,!114Gitlab ci
Pipeline #51039 failed
...@@ -5,4 +5,4 @@ echo "compile warns stage" ...@@ -5,4 +5,4 @@ echo "compile warns stage"
pwd pwd
cd src/ cd src/
make "CFLAGS+=-I/usr/include/libnl3 -Werror -Wall" make "CFLAGS+=-I/usr/include/libnl3 -Werror -Wall -DCONTROLLER_SYNC_DYNAMIC_CNTLR_CONFIG"
...@@ -45,7 +45,7 @@ exec_cmd cp wifimngr /usr/sbin/ ...@@ -45,7 +45,7 @@ exec_cmd cp wifimngr /usr/sbin/
# ieee1905 + map.so # ieee1905 + map.so
cd /opt/dev cd /opt/dev
export CFLAGS="${CFLAGS} -g -Wall -g -O0 -DHAS_WIFI" export CFLAGS="${CFLAGS} -g -Wall -g -O0 -DHAS_WIFI -DDYNAMIC_CNTLR_SYNC_CONFIG"
rm -fr ieee1905 rm -fr ieee1905
exec_cmd git clone --depth 1 -b devel https://dev.iopsys.eu/iopsys/ieee1905.git exec_cmd git clone --depth 1 -b devel https://dev.iopsys.eu/iopsys/ieee1905.git
cd ieee1905 cd ieee1905
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment