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

ENV LD_LIBRARY_PATH

Signed-off-by: Alexandra <alexandra.bach@eonerc.rwth-aachen.de>
This commit is contained in:
Alexandra 2024-05-02 08:16:19 +00:00
parent 54b420d045
commit 0c55d82893
2 changed files with 2 additions and 2 deletions

View file

@ -83,7 +83,6 @@ build:source:
-DWITH_TESTS=OFF
-DWITH_TOOLS=OFF
-DWITH_WEB=OFF
-DWITH_RTP=OFF
-DCMAKE_MODULE_PATH=/usr/local/lib64/cmake
-DCMAKE_PREFIX_PATH=/usr/local

View file

@ -62,7 +62,6 @@ RUN apt-get update && \
# Add local and 64-bit locations to linker paths
ENV echo /usr/local/lib >> /etc/ld.so.conf && \
ldconfig && \
echo /usr/local/lib64 >> /etc/ld.so.conf
ADD cmake/toolchains/debian-${ARCH}.cmake /
@ -78,6 +77,8 @@ ENV CMAKE_EXTRA_OPTS="-DCMAKE_TOOLCHAIN_FILE=/debian-${ARCH}.cmake \
ENV CONFIGURE_OPTS="--libdir=${PREFIX}/lib/${TRIPLET}"
ENV LD_LIBRARY_PATH=/usr/local/lib
RUN mkdir -p /usr/local/lib/${TRIPLET}
ENV CPP=${TRIPLET}-cpp