This commit is contained in:
parent
ef9fbf775c
commit
1f43ab3bcc
@ -66,6 +66,7 @@ RUN apk add \
|
||||
pkgconfig \
|
||||
rsync \
|
||||
tcl \
|
||||
tcl-dev \
|
||||
texinfo \
|
||||
vlc-dev \
|
||||
wget \
|
||||
|
@ -65,6 +65,7 @@ RUN apk add \
|
||||
pkgconfig \
|
||||
rsync \
|
||||
tcl \
|
||||
tcl-dev \
|
||||
texinfo \
|
||||
wget \
|
||||
xz \
|
||||
|
@ -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 \
|
||||
|
1
support/3rd_party/sqlite_configure.sh
vendored
1
support/3rd_party/sqlite_configure.sh
vendored
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user