From 0cb264d340b476c3fff79430bef7a0f982dca54c Mon Sep 17 00:00:00 2001 From: jdolecek Date: Sun, 19 Dec 2004 09:29:16 +0000 Subject: Fix build on NetBSD 2.0 - configure script tried to link program with libssl without linking also libcrypto, which fails on 2.0 since libssl doesn't have recorded the libcrypto dependency; fix by disabling the checkLibrary() call when QC_WITH_OPENSSL_LIB is supplied PR: 28576 --- security/qca-tls/patches/patch-aa | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 security/qca-tls/patches/patch-aa (limited to 'security/qca-tls/patches') diff --git a/security/qca-tls/patches/patch-aa b/security/qca-tls/patches/patch-aa new file mode 100644 index 00000000000..8f25050fb3e --- /dev/null +++ b/security/qca-tls/patches/patch-aa @@ -0,0 +1,15 @@ +$NetBSD: patch-aa,v 1.1 2004/12/19 09:29:16 jdolecek Exp $ + +--- configure.orig 2004-12-19 09:10:21.000000000 +0000 ++++ configure 2004-12-19 09:20:50.000000000 +0000 +@@ -144,8 +144,10 @@ + + s = conf->getenv("QC_WITH_OPENSSL_LIB"); + if(!s.isEmpty()) { ++ /* + if(!conf->checkLibrary(s, "ssl")) + return false; ++ */ + lib = s; + } + else { -- cgit v1.2.3