diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-26 08:05:29 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-26 08:05:29 +0000 |
commit | b8c349e9faf8a3458f754edd471414da5b3d3edc (patch) | |
tree | 341f2bfbb63071682e77d0e68c58c528ebf945e5 /devel/gnome-vfs1/files/patch-aa | |
parent | 3c0d9cc39140308aa1c99d3799ed9bd947e7c75f (diff) |
Prevent OpenSSL detection, because otherwise re-entrancy issues will cause
galeon to coredump in MD2_Update(). Bump PORTREVISION.
Prompted by: Joe Marcus Clarke <marcus@marcuscom.com>
Notes
Notes:
svn path=/head/; revision=53768
Diffstat (limited to 'devel/gnome-vfs1/files/patch-aa')
-rw-r--r-- | devel/gnome-vfs1/files/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gnome-vfs1/files/patch-aa b/devel/gnome-vfs1/files/patch-aa index 6b14a395f165..430f97e1c0d7 100644 --- a/devel/gnome-vfs1/files/patch-aa +++ b/devel/gnome-vfs1/files/patch-aa @@ -41,7 +41,7 @@ $FreeBSD$ else - LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto -ldl" -+ LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto" ++ LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcryptofoo" cat > conftest.$ac_ext <<EOF #line 10107 "configure" #include "confdefs.h" @@ -50,7 +50,7 @@ $FreeBSD$ msg_openssl="yes" - OPENSSL_LDFLAGS="-L$with_openssl_libs -lssl -lcrypto -ldl" -+ OPENSSL_LDFLAGS="-L$with_openssl_libs -lssl -lcrypto" ++ OPENSSL_LDFLAGS="-L$with_openssl_libs -lssl -lcryptofoo" if true; then |