Skip to content

Commit

Permalink
Fix RPM build
Browse files Browse the repository at this point in the history
  • Loading branch information
BewareMyPower committed Jun 13, 2024
1 parent 5ebd34b commit ff1e10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/rpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ADD .build/dep-version.py /usr/local/bin
RUN BOOST_VERSION=$(dep-version.py boost) && \
echo "BOOST VERSION: '${BOOST_VERSION}'" && \
curl -O -L https://github.com/boostorg/boost/releases/download/boost-${BOOST_VERSION}/boost-${BOOST_VERSION}-b2-nodocs.tar.gz && \
tar zxf boost-${BOOST_VERSION}.tar.gz && \
tar zxf boost-${BOOST_VERSION}-b2-nodocs.tar.gz && \
cd boost-${BOOST_VERSION} && \
./bootstrap.sh --with-libraries=regex && \
./b2 address-model=64 cxxflags="-fPIC -std=c++11" link=static threading=multi variant=release install && \
Expand Down

0 comments on commit ff1e10a

Please sign in to comment.