blob: 9993ae1102b1035d28e79cf050d2e884034980e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ad,v 1.1.1.1 2003/06/19 20:39:10 jlam Exp $
--- configure.orig Fri Sep 27 14:47:52 2002
+++ configure Mon Apr 7 01:03:46 2003
@@ -1340,7 +1340,7 @@
#define HAVE_SSL 1
EOF
- LIBS="$LIBS -lssl"
+ LIBS="$LIBS -lssl -lcrypto"
fi
enableval=""
|