This commit is contained in:
@@ -66,6 +66,7 @@ RUN apk add \
|
|||||||
pkgconfig \
|
pkgconfig \
|
||||||
rsync \
|
rsync \
|
||||||
tcl \
|
tcl \
|
||||||
|
tcl-dev \
|
||||||
texinfo \
|
texinfo \
|
||||||
vlc-dev \
|
vlc-dev \
|
||||||
wget \
|
wget \
|
||||||
|
@@ -65,6 +65,7 @@ RUN apk add \
|
|||||||
pkgconfig \
|
pkgconfig \
|
||||||
rsync \
|
rsync \
|
||||||
tcl \
|
tcl \
|
||||||
|
tcl-dev \
|
||||||
texinfo \
|
texinfo \
|
||||||
wget \
|
wget \
|
||||||
xz \
|
xz \
|
||||||
|
@@ -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 \
|
||||||
|
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
|
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 \
|
||||||
|
Reference in New Issue
Block a user