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 \
rsync \
tcl \
tcl-dev \
texinfo \
vlc-dev \
wget \

View File

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

View File

@ -41,6 +41,7 @@ RUN apk add \
rsync \
ruby \
tcl \
tcl-dev \
texinfo \
unzip \
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 \
&& cd sqlite-version-${MY_SQLITE_VERSION2} \
&& CFLAGS="-O3 -m64 -mtune=generic" ./configure \
--disable-amalgamation \
--disable-tcl \
--enable-shared \
--enable-static \

View File

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