pkgsrc-WIP-changes archive

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

Seems callers need to -lbearssl, so buildlink that.



Module Name:	pkgsrc-wip
Committed By:	Amitai Schleier <schmonz-web-git%schmonz.com@localhost>
Pushed By:	schmonz
Date:		Tue Dec 1 20:51:26 2020 +0100
Changeset:	ea861b54a472fa453dca563e9316bee0366c7fa7

Modified Files:
	libtls-bearssl/buildlink3.mk

Log Message:
Seems callers need to -lbearssl, so buildlink that.

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

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

diffstat:
 libtls-bearssl/buildlink3.mk | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/libtls-bearssl/buildlink3.mk b/libtls-bearssl/buildlink3.mk
index 533f7ce358..7e7a9a5de5 100644
--- a/libtls-bearssl/buildlink3.mk
+++ b/libtls-bearssl/buildlink3.mk
@@ -8,6 +8,8 @@ LIBTLS_BEARSSL_BUILDLINK3_MK:=
 BUILDLINK_API_DEPENDS.libtls-bearssl+=	libtls-bearssl>=0.2
 BUILDLINK_PKGSRCDIR.libtls-bearssl?=	../../wip/libtls-bearssl
 BUILDLINK_DEPMETHOD.libtls-bearssl?=	build
+
+.include "../../security/bearssl/buildlink3.mk"
 .endif	# LIBTLS_BEARSSL_BUILDLINK3_MK
 
 BUILDLINK_TREE+=	-libtls-bearssl


Home | Main Index | Thread Index | Old Index