diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-02-14 04:12:22 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-02-14 04:12:22 +0000 |
commit | 058359db3fd9b59a7964230683aa1fe71d11dc77 (patch) | |
tree | fafd24a5a26a2bc11f6ab4a6d9d6c348128e4fc9 /security/cyrus-sasl/files | |
parent | 17f19b27fd4bcf7b714ca6921b5fa62e2dfea9bd (diff) |
USE_OPENSSL
Submitted by: Jim Bloom <bloom@acm.org>
Notes
Notes:
svn path=/head/; revision=25811
Diffstat (limited to 'security/cyrus-sasl/files')
-rw-r--r-- | security/cyrus-sasl/files/patch-ab | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/security/cyrus-sasl/files/patch-ab b/security/cyrus-sasl/files/patch-ab index 7818e6664158..646c62a2b086 100644 --- a/security/cyrus-sasl/files/patch-ab +++ b/security/cyrus-sasl/files/patch-ab @@ -1,6 +1,18 @@ ---- configure.in.orig Thu Jan 13 23:00:16 2000 -+++ configure.in Fri Jan 14 17:56:41 2000 -@@ -222,6 +222,7 @@ +--- configure.in.orig Fri Jan 14 00:00:16 2000 ++++ configure.in Mon Feb 7 15:14:50 2000 +@@ -49,8 +49,9 @@ + dnl check for -R, etc. switch + CMU_GUESS_RUNPATH_SWITCH + dnl let's just link against local. otherwise we never find anything useful. +-CPPFLAGS="-I/usr/local/include ${CPPFLAGS}" +-CMU_ADD_LIBPATH("/usr/local/lib") ++CPPFLAGS="-I${OPENSSLINC} ${CPPFLAGS}" ++CMU_ADD_LIBPATH("${LOCALBASE}/lib") ++CMU_ADD_LIBPATH("${OPENSSLLIB}") + + if test "$enable_java" = yes; then + AC_PATH_PROG(JAVAC, javac, no) +@@ -222,6 +223,7 @@ AC_CHECK_LIB(crypt, crypt, LIB_CRYPT="-lcrypt"; cmu_have_crypt=yes, cmu_have_crypt=no)) |