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:
parent
c3c0035989
commit
cd4d0883e9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue