1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

ethercat: build EtherLab for correct arch in cross-builds

This commit is contained in:
Divya Laxetti 2020-01-27 12:22:17 +01:00 committed by Steffen Vogel
parent c3c0035989
commit cd4d0883e9

View file

@ -129,7 +129,7 @@ RUN cd /tmp && \
RUN cd /tmp && \
hg clone --branch stable-1.5 http://hg.code.sf.net/p/etherlabmaster/code etherlab && \
cd etherlab && \
./bootstrap && ./configure --enable-userlib=yes --enable-kernel=no --enable-tool=no && \
./bootstrap && ./configure --host=${TRIPLET} --enable-userlib=yes --enable-kernel=no --enable-tool=no && \
make -j$(nproc) install && \
rm -rf /tmp/etherlab