pkgsrc-WIP-changes archive

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

felinks: Needs libgcrypt



Module Name:	pkgsrc-wip
Committed By:	nia <nia%netbsd.org@localhost>
Pushed By:	nee
Date:		Thu Jun 18 16:21:03 2020 +0100
Changeset:	a6f7a1f4ca38770bb40d28ae8f20f237646e5dd0

Modified Files:
	felinks/options.mk

Log Message:
felinks: Needs libgcrypt

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

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

diffstat:
 felinks/options.mk | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/felinks/options.mk b/felinks/options.mk
index 9d7d489cfd..bf9b4407f4 100644
--- a/felinks/options.mk
+++ b/felinks/options.mk
@@ -9,6 +9,7 @@ PKG_SUGGESTED_OPTIONS=		gnutls
 
 .if !empty(PKG_OPTIONS:Mgnutls)
 .  include "../../security/gnutls/buildlink3.mk"
+.  include "../../security/libgcrypt/buildlink3.mk"
 CONFIGURE_ARGS+=	--without-openssl
 .endif
 


Home | Main Index | Thread Index | Old Index