diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-24 08:51:23 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-24 08:51:23 +0000 |
commit | 754e03cf9e3abf78fdb52ff84d1719473df1b2cc (patch) | |
tree | 1e196db6e0501bc50670b60feab92450943fe43a /mail/vm-pop3d/files/patch-configure | |
parent | Add ted-2.10 (diff) |
add vm-pop3d
A virtual POP3 server
PR: 30004
Submitted by: Gea-Suan Lin <gslin.am88@nctu.edu.tw>
Diffstat (limited to 'mail/vm-pop3d/files/patch-configure')
-rw-r--r-- | mail/vm-pop3d/files/patch-configure | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/mail/vm-pop3d/files/patch-configure b/mail/vm-pop3d/files/patch-configure new file mode 100644 index 000000000000..9c0302ee9aab --- /dev/null +++ b/mail/vm-pop3d/files/patch-configure @@ -0,0 +1,20 @@ +--- configure.orig Fri Aug 24 03:22:46 2001 ++++ configure Fri Aug 24 03:23:02 2001 +@@ -1174,7 +1174,7 @@ + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-lpam -ldl $LIBS" ++LIBS="-lpam $LIBS" + cat > conftest.$ac_ext <<EOF + #line 1180 "configure" + #include "confdefs.h" +@@ -1202,7 +1202,7 @@ + fi + if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then + echo "$ac_t""yes" 1>&6 +- LIBS="$LIBS -ldl -lpam"; cat >> confdefs.h <<\EOF ++ LIBS="$LIBS -lpam"; cat >> confdefs.h <<\EOF + #define HAVE_LIBPAM 1 + EOF + |