FreeBSD Bugzilla – Attachment 30298 Details for
Bug 51080
Fixes for Kerberos support in Postgresql
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
pgsql.diff
pgsql.diff (text/plain), 1.01 KB, created by
Andrew Gerweck
on 2003-04-17 07:50:17 UTC
(
hide
)
Description:
pgsql.diff
Filename:
MIME Type:
Creator:
Andrew Gerweck
Created:
2003-04-17 07:50:17 UTC
Size:
1.01 KB
patch
obsolete
>10c10 >< PORTREVISION= 1 >--- >> PORTREVISION= 2 >49a50 >> CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" >89a91 >> .include <bsd.port.pre.mk> >106,109d107 >< .if defined(WITH_OPTIMIZED_CFLAGS) >< CFLAGS+= -O3 -funroll-loops >< .endif >< >160a159,174 >> .if defined(WITH_MIT_KRB5) && defined(WITH_HEIMDAL_KRB5) >> @${ECHO} "WITH_MIT_KRB5 and WITH_HEIMDAL_KRB5 are mutually exclusive." >> @${ECHO} "Please choose one or the other." >> @exit 1 >> .endif >> .if defined(WITH_MIT_KRB5) && !exists(${KRB5CONF}) >> @${ECHO} "Unable to find krb5-config in your local base, please verify that" >> @${ECHO} "security/krb5 is installed or undefine the WITH_MIT_KRB5 tunable." >> @exit 1 >> .endif >> .if defined(WITH_HEIMDAL_KRB5) && !exists(${KRB5CONF}) >> @${ECHO} "Unable to find krb5-config in the base system. Undefine" >> @${ECHO} "WITH_HEIMDAL_KRB5 or add MAKE_KERBEROS5=yes to /etc/make.conf" >> @${ECHO} "and remake world (or undefine the WITH_HEIMDAL_KRB5 tunable)." >> @exit 1 >> .endif >211a226 >> .include <bsd.port.post.mk> >213d227 >< .include <bsd.port.mk>
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 51080
: 30298