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