Skip to content

Commit

Permalink
Fix cmake build.
Browse files Browse the repository at this point in the history
  • Loading branch information
brndnmtthws committed Feb 28, 2021
1 parent 7b78016 commit 4cfa195
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Expand Up @@ -9,21 +9,25 @@ RUN apt-get update \
curl \
gfortran \
git \
libarchive-dev \
libaudclient-dev \
libcairo2-dev \
libcurl4-openssl-dev \
libical-dev \
libimlib2-dev \
libircclient-dev \
libiw-dev \
libjsoncpp-dev \
liblua5.3-dev \
libmicrohttpd-dev \
libmysqlclient-dev \
libncurses-dev \
libpulse-dev \
librhash-dev \
librsvg2-dev \
libssl-dev \
libsystemd-dev \
libuv1-dev \
libxdamage-dev \
libxext-dev \
libxft-dev \
Expand All @@ -42,7 +46,7 @@ WORKDIR /cmake
RUN curl -Lq https://github.com/Kitware/CMake/releases/download/v3.19.6/cmake-3.19.6.tar.gz -o cmake-3.19.6.tar.gz \
&& tar xf cmake-3.19.6.tar.gz \
&& cd cmake-3.19.6 \
&& ./bootstrap \
&& CC=clang CXX=clang++ CFLAGS="-D_FILE_OFFSET_BITS=64" CXXFLAGS="-D_FILE_OFFSET_BITS=64" ./bootstrap --system-libs --parallel=5 \
&& make -j5 \
&& make -j5 install \
&& cd \
Expand Down

0 comments on commit 4cfa195

Please sign in to comment.