contrib/make_libsecp256k1.sh: rm Makefile patch
unneeded sincec0cd7de6d4and in fact buggy since0bd3e4243crelated https://github.com/spesmilo/electrum/pull/8185#issuecomment-1416171287
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user