pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-electrum_ecc: add missing libtool dependency required for bundled libsecp256k1 build



Module Name:	pkgsrc-wip
Committed By:	Stepan Ipatov <st.ipatov%gmail.com@localhost>
Pushed By:	st.ipatov
Date:		Wed Nov 5 03:35:44 2025 +0000
Changeset:	68f07756658a22f87df6f9ecb1f7549f45129229

Modified Files:
	py-electrum_ecc/Makefile

Log Message:
py-electrum_ecc: add missing libtool dependency required for bundled libsecp256k1 build

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=68f07756658a22f87df6f9ecb1f7549f45129229

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-electrum_ecc/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/py-electrum_ecc/Makefile b/py-electrum_ecc/Makefile
index d6248855f3..f3948fe779 100644
--- a/py-electrum_ecc/Makefile
+++ b/py-electrum_ecc/Makefile
@@ -14,7 +14,8 @@ TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 
 PYTHON_VERSIONS_INCOMPATIBLE= 27
 USE_LANGUAGES=	c
-USE_TOOLS+=	automake gmake
+USE_TOOLS+=	automake autoconf gmake
+USE_LIBTOOL=	yes
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index