FreeBSD Bugzilla – Attachment 38257 Details for
Bug 60606
Add postgresql support to cyrus-sasl2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
cyrus-sasl2-pgsql.patch
cyrus-sasl2-pgsql.patch (text/plain), 531 bytes, created by
Mathieu Arnold
on 2003-12-27 08:40:09 UTC
(
hide
)
Description:
cyrus-sasl2-pgsql.patch
Filename:
MIME Type:
Creator:
Mathieu Arnold
Created:
2003-12-27 08:40:09 UTC
Size:
531 bytes
patch
obsolete
>--- Makefile~ Fri Dec 19 18:40:04 2003 >+++ Makefile Sat Dec 27 09:31:48 2003 >@@ -81,7 +81,17 @@ > .endif > .if defined(WITH_MYSQL) > USE_MYSQL= YES >-CONFIGURE_ARGS+=--enable-sql --with-mysql=${PREFIX} >+CONFIGURE_ARGS+=--with-mysql=${PREFIX} >+.endif >+ >+.if defined(WITH_PGSQL) >+POSTGRESQL_PORT?= databases/postgresql-client >+LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} >+CONFIGURE_ARGS+=--with-pgsql=${PREFIX} >+.endif >+ >+.if defined(WITH_MYSQL) || defined(WITH_PGSQL) >+CONFIGURE_ARGS+=--enable-sql > .else > SQL= "@comment " > .endif
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 60606
: 38257