bb3560846e
There is no dedicated change log but version 2.10 was introduced to pkgsrc 2.5 years ago. The current capability is described by http://docs.adacore.com/aws-docs/aws.html This is roughly equivalent to Adacore release 2013 of aws. The "gnutls" option was added as an alternative to ssl.
14 lines
357 B
Text
14 lines
357 B
Text
$NetBSD: patch-ssl__crypto_lib.gpr,v 1.1 2013/07/07 23:46:50 marino Exp $
|
|
|
|
BSD doesn't use libdl although DragonFly will tolerate it.
|
|
|
|
--- ssl/crypto_lib.gpr.orig 2010-12-20 12:41:17 +0000
|
|
+++ ssl/crypto_lib.gpr
|
|
@@ -29,7 +29,6 @@
|
|
|
|
with "../.build/projects/aws_config";
|
|
with "../.build/projects/aws_lib_shared";
|
|
-with "dl_lib";
|
|
|
|
project Crypto_Lib is
|
|
|