updated build system
Some checks are pending
BlockStorage/repertory/pipeline/head Build queued...

This commit is contained in:
Scott E. Graves 2024-08-03 10:28:17 -05:00
parent ef9fbf775c
commit 1f43ab3bcc
4 changed files with 3 additions and 2 deletions

View File

@ -66,6 +66,7 @@ RUN apk add \
pkgconfig \ pkgconfig \
rsync \ rsync \
tcl \ tcl \
tcl-dev \
texinfo \ texinfo \
vlc-dev \ vlc-dev \
wget \ wget \

View File

@ -65,6 +65,7 @@ RUN apk add \
pkgconfig \ pkgconfig \
rsync \ rsync \
tcl \ tcl \
tcl-dev \
texinfo \ texinfo \
wget \ wget \
xz \ xz \

View File

@ -41,6 +41,7 @@ RUN apk add \
rsync \ rsync \
ruby \ ruby \
tcl \ tcl \
tcl-dev \
texinfo \ texinfo \
unzip \ unzip \
wget \ wget \
@ -949,7 +950,6 @@ RUN if [ -f "/3rd_party/sqlite-${MY_SQLITE_VERSION2}.tar.gz" ]; then \
tar xvzf /3rd_party/sqlite-${MY_SQLITE_VERSION2}.tar.gz \ tar xvzf /3rd_party/sqlite-${MY_SQLITE_VERSION2}.tar.gz \
&& cd sqlite-version-${MY_SQLITE_VERSION2} \ && cd sqlite-version-${MY_SQLITE_VERSION2} \
&& CFLAGS="-O3 -m64 -mtune=generic" ./configure \ && CFLAGS="-O3 -m64 -mtune=generic" ./configure \
--disable-amalgamation \
--disable-tcl \ --disable-tcl \
--enable-shared \ --enable-shared \
--enable-static \ --enable-static \

View File

@ -5,7 +5,6 @@ if [ "$1" == "mingw64" ]; then
fi fi
CFLAGS="-O3 -march=$2 -mtune=generic" ./configure \ CFLAGS="-O3 -march=$2 -mtune=generic" ./configure \
--disable-amalgamation \
--disable-tcl \ --disable-tcl \
--enable-shared=yes \ --enable-shared=yes \
--enable-static=yes \ --enable-static=yes \