mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 00:09:15 -04:00
are included in the package, and it contains many upstream bugfixes, installs the NEWS documentation file. These are the upstream fixes: * OTP fix patches from Stanislav Brabec <utx@penguin.cz> * fix patch for writing antispam capability correctly in conf.c. * Fix patches for Debian bugs #162571, #156592. * Correction to manpage re -b and qmail. * Patch to disable use of STLS if auth passwd is specified. * Fix specfile generation to handle SSL correctly. * New Danish, Turkish, and Catalan translation files. * Improved ODMR debug messages. * IMAP efficiency hack; don't fetch sizes unless needed. * Detect and rewrite invalid return paths beginning with @. * Fix for subtle freeing bug that suppressed information in some bounce msgs. * Newline fix patches for internationalization files. * Fix reversed test guarding authentication-failure warnings. * Fix POP3 breakage starting at 5.9.14. PR: 44330 Submitted by: Matthias Andree <matthias.andree@web.de>
14 lines
340 B
Text
14 lines
340 B
Text
|
|
$FreeBSD$
|
|
|
|
--- configure.orig Fri Oct 18 21:56:01 2002
|
|
+++ configure Mon Oct 21 11:56:31 2002
|
|
@@ -13050,7 +13050,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 <<\_ACEOF
|
|
#define SSL_ENABLE 1
|
|
_ACEOF
|