forked from Lainports/freebsd-ports
/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.
14 lines
333 B
Text
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
|