freebsd-ports/mail/fetchmail/files/patch-configure
Peter Pentchev 979c487646 Update to 5.8.1 with lots of bugfixes. Remove the substitution of
/usr/bin/true for autoconf and friends - the fetchmail build system
does the right thing now.

Approved by:	maintainer
Apologies to:	sobomax for my harsher-than-needed complaints for his
		fast and to-the-point port fixes.
2001-04-24 06:24:45 +00:00

14 lines
333 B
Text

$FreeBSD$
--- 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