openbsd-ports/databases/freetds/patches/patch-src_odbc_connectparams_c
sthen c88475b046 update to freetds 0.91; add an openssl flavour (see README for details),
remove msdblib flavour (with @pkgpath to handle updates): this is not
really worth a separate flavour; just define MSDBLIB when building your
applications if you require this behaviour.
2011-09-08 17:13:51 +00:00

13 lines
407 B
Plaintext

$OpenBSD: patch-src_odbc_connectparams_c,v 1.4 2011/09/08 17:13:51 sthen Exp $
--- src/odbc/connectparams.c.orig Tue Nov 9 15:46:42 2010
+++ src/odbc/connectparams.c Sun Apr 10 09:08:42 2011
@@ -58,7 +58,7 @@ static const char *odbc_param_names[] = {
* by build scripts.
*/
#ifndef SYS_ODBC_INI
-#define SYS_ODBC_INI "/etc/odbc.ini"
+#define SYS_ODBC_INI "${SYSCONFDIR}/iodbc/odbc.ini"
#endif
/**