FreeBSD Bugzilla – Attachment 101526 Details for
Bug 141045
[PATCH] mail/postfix: fix build with Kerberos5 on 8.0/9.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
postfix.diff
postfix.diff (text/plain), 825 bytes, created by
Sahil Tandon
on 2009-12-01 04:00:05 UTC
(
hide
)
Description:
postfix.diff
Filename:
MIME Type:
Creator:
Sahil Tandon
Created:
2009-12-01 04:00:05 UTC
Size:
825 bytes
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/mail/postfix/Makefile,v >retrieving revision 1.152 >diff -u -r1.152 Makefile >--- Makefile 18 Sep 2009 13:05:53 -0000 1.152 >+++ Makefile 1 Dec 2009 03:43:15 -0000 >@@ -83,6 +83,10 @@ > HTML1= SOHO_README.html body_checks.5.html bounce.5.html postfix-power.png \ > scache.8.html tlsmgr.8.html > >+.if ${OSVERSION} >= 800037 >+KRB5_EXTR=-lhx509 >+.endif >+ > .if !defined(DEBUG) > MAKEFILEFLAGS+= DEBUG= > .endif >@@ -137,7 +141,7 @@ > .if defined(WITH_SASLKRB) || defined(WITH_SASLKMIT) > BROKEN= Select only one SASL Kerberos option > .endif >-POSTFIX_AUXLIBS+= -lkrb5 -lcrypto -lcrypt -lcom_err -lasn1 -lroken >+POSTFIX_AUXLIBS+= -lkrb5 ${KRB5_EXTR} -lcrypto -lcrypt -lcom_err -lasn1 -lroken > .endif > > .if defined(WITH_SASLKMIT)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 141045
: 101526