mirror of
https://git.freebsd.org/ports.git
synced 2025-07-14 07:49:16 -04:00
- From the announcement: fetchmail 6.3.0 has been released on 2005-11-30. More than two years after the previous formal 6.2.5 release, this collects several dozen bug fixes, documentation, portability and IPv6 improvements and marks the beginning of a new "stable" 6.3.X branch that will not change, except for bug fixes and documentation updates. - files/patch-pop2.c contributed by Stanislav Brabec <sbrabec@suse.cz> via Matthias Andree <matthias.andree@gmx.de> (upstream maintainer)
11 lines
431 B
Text
11 lines
431 B
Text
--- configure.orig Mon Sep 26 00:29:14 2005
|
|
+++ configure Mon Sep 26 08:59:07 2005
|
|
@@ -12374,7 +12374,7 @@
|
|
{ (exit 1); exit 1; }; }
|
|
fi
|
|
LDEFLAGS="$LDEFLAGS -L$with_ssl/lib"
|
|
- LIBS="$LIBS -lssl -lcrypto"
|
|
+ LIBS="$LIBS -lssl -lcrypto $RSAGLUE"
|
|
echo "$as_me:$LINENO: checking for additional library dependencies of SSL" >&5
|
|
echo $ECHO_N "checking for additional library dependencies of SSL... $ECHO_C" >&6
|
|
found=0
|