diff --git a/contrib/build-linux/appimage/build.sh b/contrib/build-linux/appimage/build.sh index e9614128c..ecf1273eb 100755 --- a/contrib/build-linux/appimage/build.sh +++ b/contrib/build-linux/appimage/build.sh @@ -86,8 +86,8 @@ info "building libsecp256k1." git reset --hard "$LIBSECP_VERSION" git clean -f -x -q export SOURCE_DATE_EPOCH=1530212462 - ./autogen.sh echo "LDFLAGS = -no-undefined" >> Makefile.am + ./autogen.sh ./configure \ --prefix="$APPDIR/usr" \ --enable-module-recovery \ diff --git a/contrib/build-wine/build-secp256k1.sh b/contrib/build-wine/build-secp256k1.sh index 2ae60b905..b7cde77f1 100755 --- a/contrib/build-wine/build-secp256k1.sh +++ b/contrib/build-wine/build-secp256k1.sh @@ -14,8 +14,8 @@ info "building libsecp256k1..." build_dll() { #sudo apt-get install -y mingw-w64 export SOURCE_DATE_EPOCH=1530212462 - ./autogen.sh echo "LDFLAGS = -no-undefined" >> Makefile.am + ./autogen.sh LDFLAGS="-Wl,--no-insert-timestamp" ./configure \ --host=$1 \ --enable-module-recovery \