1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Unbroke on the systems with crypto from ssl port.

This commit is contained in:
Maxim Sobolev 2001-03-27 08:38:06 +00:00
parent 726183a8fa
commit 6fcd1686e6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40426
2 changed files with 13 additions and 3 deletions

View File

@ -43,6 +43,7 @@ CONFIGURE_ARGS+=--enable-inet6
CONFIGURE_ARGS+=--with-ssl=/usr
.elif exists(${LOCALBASE}/lib/libssl.a) && exists(${LOCALBASE}/lib/libcrypto.a)
CONFIGURE_ARGS+=-with-includes=${LOCALBASE}/include/openssl --with-ssl=${LOCALBASE}
CONFIGURE_ENV+= RSAGLUE=-lRSAglue
.endif
.if exists(/usr/lib/libkrb.a) && defined(MAKE_KERBEROS4)

View File

@ -1,9 +1,18 @@
$FreeBSD$
--- configure 2001/03/20 10:48:56 1.1
+++ configure 2001/03/20 10:50:20
@@ -6714,10 +6714,10 @@
--- configure.orig Sun Mar 18 06:26:42 2001
+++ configure Tue Mar 27 11:21:57 2001
@@ -6240,7 +6240,7 @@
CEFLAGS="$CEFLAGS -I$with_ssl/include"
fi
LDEFLAGS="$LDEFLAGS -L$with_ssl/lib"
- LIBS="$LIBS -lssl -lcrypto"
+ LIBS="$LIBS -lssl -lcrypto $RSAGLUE"
cat >> confdefs.h <<\EOF
#define SSL_ENABLE 1
EOF
@@ -6799,10 +6799,10 @@
s%@INSTALL_DATA@%$INSTALL_DATA%g
s%@PACKAGE@%$PACKAGE%g
s%@VERSION@%$VERSION%g