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

Fedora, for some stupid reason, does not include /usr/local/ into its default search paths

This commit is contained in:
Steffen Vogel 2016-10-13 22:10:51 -04:00
parent 1472e90c2b
commit f9f9c71f77

View file

@ -59,6 +59,9 @@ RUN dnf -y update && \
bison \
texinfo
ENV PKG_CONFIG_PATH /usr/local/lib/pkgconfig
ENV LD_LIBRARY_PATH /usr/local/lib
# Build & Install libxil
COPY thirdparty/libxil /tmp/libxil
RUN mkdir -p /tmp/libxil/build && cd /tmp/libxil/build && cmake .. && make install