c88475b046
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.
13 lines
407 B
Plaintext
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
|
|
|
|
/**
|