FreeBSD Bugzilla – Attachment 95374 Details for
Bug 133746
[patch] port net/freeradius does not build sql driver for unixODBC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.37 KB, created by
Eugene Perevyazko
on 2009-04-15 10:40:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Eugene Perevyazko
Created:
2009-04-15 10:40:02 UTC
Size:
1.37 KB
patch
obsolete
>--- Makefile.bak 2009-04-14 17:28:50.000000000 +0300 >+++ Makefile 2009-04-14 17:57:42.000000000 +0300 >@@ -51,10 +51,11 @@ > LDAP "With LDAP database support" off > .ifndef(FREERADIUS_SLAVE_MYSQL) > OPTIONS+= MYSQL "With MySQL database support" off > .endif > OPTIONS+= PGSQL "With PostgreSQL database support" off \ >+ UNIXODBC "With unixODBC database support" off \ > FIREBIRD "With Firebird database support (EXPERIMENTAL)" off \ > SNMP "With SNMP support" off \ > EDIR "With Novell eDirectory support" off \ > NOPERL "Do not require perl (use only if necessary)" off \ > EXPERIMENTAL "Build experimental modules" off >@@ -89,12 +90,11 @@ > .endif > CONFIGURE_ARGS+=--without-rlm_sql_db2 \ > --without-rlm_sql_freetds \ > --without-rlm_sql_iodbc \ > --without-rlm_sql_oracle \ >- --without-rlm_sql_sybase \ >- --without-rlm_sql_unixodbc >+ --without-rlm_sql_sybase > > .if ${ARCH} == amd64 > CONFIGURE_ARGS+= --with-pic > .endif > >@@ -152,10 +152,19 @@ > .else > CONFIGURE_ARGS+=--without-rlm_sql_postgresql > PLIST_SUB+= PGSQL="@comment " > .endif > >+.ifdef(WITH_UNIXODBC) >+CONFIGURE_ARGS+=--with-rlm_sql_unixodbc >+PLIST_SUB+= UNIXODBC="" >+LIB_DEPENDS+= odbc.1:${PORTSDIR}/databases/unixODBC >+.else >+CONFIGURE_ARGS+=--without-rlm_sql_unixodbc >+PLIST_SUB+= UNIXODBC="@comment " >+.endif >+ > .ifdef(WITH_FIREBIRD) > USE_FIREBIRD= YES > CONFIGURE_ARGS+=--with-rlm_sql_firebird > PLIST_SUB+= FIREBIRD="" > .else
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 133746
: 95374