Skip to content

Commit

Permalink
docker: use the same poco 1.12.5p2 version as in production builds
Browse files Browse the repository at this point in the history
Signed-off-by: Andras Timar <[email protected]>
Change-Id: Ic158b27970eaec30ea5a8be8bf938e039ecf3d2e
  • Loading branch information
timar committed Sep 5, 2024
1 parent 39a62b9 commit 6ef68db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/from-source/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ mkdir -p "$INSTDIR"
##### build static poco #####

if test ! -f poco/lib/libPocoFoundation.a ; then
wget https://github.com/pocoproject/poco/archive/poco-1.11.1-release.tar.gz
tar -xzf poco-1.11.1-release.tar.gz
cd poco-poco-1.11.1-release/
wget https://pocoproject.org/releases/poco-1.12.5p2/poco-1.12.5p2-all.tar.gz
tar -xzf poco-1.12.5p2-all.tar.gz
cd poco-1.12.5p2-all/
./configure --static --no-tests --no-samples --no-sharedlibs --cflags="-fPIC" --omit=Zip,Data,Data/SQLite,Data/ODBC,Data/MySQL,MongoDB,PDF,CppParser,PageCompiler,Redis,Encodings,ActiveRecord --prefix=$BUILDDIR/poco
make -j $(nproc)
make install
Expand Down

0 comments on commit 6ef68db

Please sign in to comment.