|
|
|
@ -16,8 +16,12 @@ build_dll() { |
|
|
|
export SOURCE_DATE_EPOCH=1530212462 |
|
|
|
export SOURCE_DATE_EPOCH=1530212462 |
|
|
|
echo "LDFLAGS = -no-undefined" >> Makefile.am |
|
|
|
echo "LDFLAGS = -no-undefined" >> Makefile.am |
|
|
|
./autogen.sh |
|
|
|
./autogen.sh |
|
|
|
|
|
|
|
# Note: set both --build and --host when running configure |
|
|
|
|
|
|
|
# Otherwise weird voodoo magic happens with Docker and Wine. |
|
|
|
|
|
|
|
# https://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/Hosts-and-Cross_002dCompilation.html |
|
|
|
LDFLAGS="-Wl,--no-insert-timestamp" ./configure \ |
|
|
|
LDFLAGS="-Wl,--no-insert-timestamp" ./configure \ |
|
|
|
--host=$1 \ |
|
|
|
--host=$1 \ |
|
|
|
|
|
|
|
--build=x86_64-pc-linux-gnu \ |
|
|
|
--enable-module-recovery \ |
|
|
|
--enable-module-recovery \ |
|
|
|
--enable-experimental \ |
|
|
|
--enable-experimental \ |
|
|
|
--enable-module-ecdh \ |
|
|
|
--enable-module-ecdh \ |
|
|
|
|