openbsd-ports/security/qca-tls/patches/patch-configure
niallo f61ebd7c14 Qt Cryptographic Architecture, TLS plugin
From Gerardo Santana Gomez Garrido <santana@openbsd.org.mx>
2005-05-19 20:28:27 +00:00

13 lines
424 B
Plaintext

$OpenBSD: patch-configure,v 1.1.1.1 2005/05/19 20:28:27 niallo Exp $
--- configure.orig Wed May 4 17:06:03 2005
+++ configure Wed May 4 17:06:31 2005
@@ -375,7 +375,7 @@ public:
QString extra;
if(!path.isEmpty())
extra += QString("-L") + path + ' ';
- extra += QString("-l") + name;
+ extra += QString("-l") + name + QString(" -lcrypto");
if(!doCompileAndLink(str, extra))
return false;
return true;