openbsd-ports/databases/freetds/patches/patch-src_odbc_connectparams_c
sthen adc0afef3e - update to 0.82+patches
- build the ODBC library
2009-08-01 14:11:19 +00:00

13 lines
420 B
Plaintext

$OpenBSD: patch-src_odbc_connectparams_c,v 1.1 2009/08/01 14:11:19 sthen Exp $
--- src/odbc/connectparams.c.orig Sun Jul 1 11:10:52 2007
+++ src/odbc/connectparams.c Thu Oct 30 14:17:32 2008
@@ -46,7 +46,7 @@ TDS_RCSID(var, "$Id: connectparams.c,v 1.72 2007/07/01
* by build scripts.
*/
#ifndef SYS_ODBC_INI
-#define SYS_ODBC_INI "/etc/odbc.ini"
+#define SYS_ODBC_INI "${SYSCONFDIR}/iodbc/odbc.ini"
#endif
/**