pkgsrc-WIP-changes archive

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

libreswan: note that python dependency is an upstream problem



Module Name:	pkgsrc-wip
Committed By:	Andrew Cagney <andrew.cagney%gmail.com@localhost>
Pushed By:	cagney
Date:		Sat Jun 18 01:17:32 2022 +0000
Changeset:	e26e5caf9a2c8a5a61c2c2f0a041e4fea596d7dd

Modified Files:
	libreswan/Makefile

Log Message:
libreswan: note that python dependency is an upstream problem

https://github.com/libreswan/libreswan/issues/769

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

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

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

diffs:
diff --git a/libreswan/Makefile b/libreswan/Makefile
index c8a4b79841..9485c4605f 100644
--- a/libreswan/Makefile
+++ b/libreswan/Makefile
@@ -31,12 +31,13 @@ CHECK_PORTABILITY_SKIP=	mk/docker-targets.mk
 # code not clean enough
 BUILDLINK_TRANSFORM+=	rm:-Werror
 
+# see https://github.com/libreswan/libreswan/issues/769
 MAKE_FLAGS+=	PYTHON_BINARY=${PYTHONBIN}
+.include "../../lang/python/application.mk"
 
 # libevent?
 .include "../../net/unbound/buildlink3.mk"
 .include "../../www/curl/buildlink3.mk"
 .include "../../devel/nss/buildlink3.mk"
 .include "../../net/ldns/buildlink3.mk"
-.include "../../lang/python/application.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index