From c66411f47e4cb7344b55d6ee7720bf763472e181 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Fri, 3 Feb 2023 17:36:46 +0000 Subject: [PATCH] contrib/make_libsecp256k1.sh: rm Makefile patch unneeded since https://github.com/bitcoin-core/secp256k1/commit/c0cd7de6d4e497c0e678f7098079727188e81de8 and in fact buggy since https://github.com/bitcoin-core/secp256k1/commit/0bd3e4243caa3c000e6afe3ea5533b97565557c4 related https://github.com/spesmilo/electrum/pull/8185#issuecomment-1416171287 --- contrib/make_libsecp256k1.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/contrib/make_libsecp256k1.sh b/contrib/make_libsecp256k1.sh index 46e091b4c..7400e9313 100755 --- a/contrib/make_libsecp256k1.sh +++ b/contrib/make_libsecp256k1.sh @@ -43,7 +43,6 @@ info "Building $pkgname..." git checkout "${LIBSECP_VERSION}^{commit}" if ! [ -x configure ] ; then - echo "libsecp256k1_la_LDFLAGS = -no-undefined" >> Makefile.am echo "LDFLAGS = -no-undefined" >> Makefile.am ./autogen.sh || fail "Could not run autogen for $pkgname. Please make sure you have automake and libtool installed, and try again." fi