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

remove cflags include libnl3 for libwifi

parent a3b7d9e3
Branches
No related tags found
No related merge requests found
...@@ -209,14 +209,14 @@ RUN \ ...@@ -209,14 +209,14 @@ RUN \
cd /opt/dev && \ cd /opt/dev && \
git clone https://dev.iopsys.eu/iopsys/easy-soc-libs.git && \ git clone https://dev.iopsys.eu/iopsys/easy-soc-libs.git && \
cd easy-soc-libs && \ cd easy-soc-libs && \
cd libeasy && \
git checkout 076bafe65e1b6d66f267d9bb1ca558ee3434121f && \ git checkout 076bafe65e1b6d66f267d9bb1ca558ee3434121f && \
cd libeasy && \
make CFLAGS+="-I/usr/include/libnl3" && \ make CFLAGS+="-I/usr/include/libnl3" && \
mkdir /usr/include/easy && \ mkdir /usr/include/easy && \
cp easy.h event.h utils.h /usr/include/easy && \ cp easy.h event.h utils.h /usr/include/easy && \
cp -a libeasy*.so* /usr/lib && \ cp -a libeasy*.so* /usr/lib && \
cd ../libwifi && \ cd ../libwifi && \
make PLATFORM=TEST CFLAGS+="-I/usr/include/libnl3" && \ make PLATFORM=TEST && \
cp wifi.h /usr/include && \ cp wifi.h /usr/include && \
cp -a libwifi-5.so* /usr/lib && \ cp -a libwifi-5.so* /usr/lib && \
sudo ldconfig sudo ldconfig
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment