Libdir was wrong :(

parent 90c11abc
......@@ -30,7 +30,7 @@ RUN apt-get install -y \
RUN apt-get install -y xz-utils curl python3 && \
curl https://uplex.de/private/libsndfile-1.1.0.tar.xz | tar xvJf - && \
cd libsndfile-1.1.0 && \
./configure --prefix=/usr --libdir=/lib/x86_64-linux-gnu && \
./configure --prefix=/usr --libdir=/usr/lib/x86_64-linux-gnu && \
make && make install && \
cd .. && rm -rf libsndfile-1.1.0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment