diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-30 03:17:27 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-30 03:17:27 +0000 |
commit | e555a68b745b20c465c4fa5a987472d833a3112e (patch) | |
tree | f6022007d1e2d46b17c7f8f5f7ee2d70e8a97af5 /mail/zmailer/files/patch-ab | |
parent | 10183ea638f9ee2b49bd2ea563a8785a92e70fa5 (diff) | |
download | FreeBSD-ports-e555a68b745b20c465c4fa5a987472d833a3112e.zip FreeBSD-ports-e555a68b745b20c465c4fa5a987472d833a3112e.tar.gz |
ZMailer Mail Transport Agent package
Submitted by: Alex Perel <veers@disturbed.net>
Reviewed by: cpiazza, obrien
Diffstat (limited to 'mail/zmailer/files/patch-ab')
-rw-r--r-- | mail/zmailer/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/zmailer/files/patch-ab b/mail/zmailer/files/patch-ab new file mode 100644 index 0000000..96afbca --- /dev/null +++ b/mail/zmailer/files/patch-ab @@ -0,0 +1,11 @@ +--- configure Mon Jul 19 15:59:43 1999 ++++ configure Mon Jul 19 15:59:57 1999 +@@ -4661,7 +4661,7 @@ + done + + if test "$ac_cv_header_security_pam_appl_h" = "yes"; then +- AUTHLIB="-lpam -ldl" ++ AUTHLIB="-lpam" + else + if test "$ac_cv_header_shadow_h" = "yes"; then + AUTHLIB="-lshadow" |