diff options
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 + |