157 lines
5.0 KiB
Diff
157 lines
5.0 KiB
Diff
|
Index: DRVConfig/MiniSQL/Makefile.am
|
||
|
===================================================================
|
||
|
--- DRVConfig/MiniSQL/Makefile.am.orig
|
||
|
+++ DRVConfig/MiniSQL/Makefile.am
|
||
|
@@ -6,3 +6,4 @@ libodbcminiS_la_LDFLAGS = -no-undefined
|
||
|
|
||
|
libodbcminiS_la_SOURCES = odbcminiS.c
|
||
|
|
||
|
+libdir = @libdir@/unixODBC
|
||
|
Index: DRVConfig/MySQL/Makefile.am
|
||
|
===================================================================
|
||
|
--- DRVConfig/MySQL/Makefile.am.orig
|
||
|
+++ DRVConfig/MySQL/Makefile.am
|
||
|
@@ -6,3 +6,4 @@ libodbcmyS_la_LDFLAGS = -no-undefined -
|
||
|
|
||
|
libodbcmyS_la_SOURCES = odbcmyS.c
|
||
|
|
||
|
+libdir = @libdir@/unixODBC
|
||
|
Index: DRVConfig/Oracle/Makefile.am
|
||
|
===================================================================
|
||
|
--- DRVConfig/Oracle/Makefile.am.orig
|
||
|
+++ DRVConfig/Oracle/Makefile.am
|
||
|
@@ -6,3 +6,4 @@ liboraodbcS_la_LDFLAGS = -no-undefined
|
||
|
|
||
|
liboraodbcS_la_SOURCES = oraodbcS.c
|
||
|
|
||
|
+libdir = @libdir@/unixODBC
|
||
|
Index: DRVConfig/PostgreSQL/Makefile.am
|
||
|
===================================================================
|
||
|
--- DRVConfig/PostgreSQL/Makefile.am.orig
|
||
|
+++ DRVConfig/PostgreSQL/Makefile.am
|
||
|
@@ -6,3 +6,4 @@ libodbcpsqlS_la_LDFLAGS = -no-undefined
|
||
|
|
||
|
libodbcpsqlS_la_SOURCES = odbcpsqlS.c
|
||
|
|
||
|
+libdir = @libdir@/unixODBC
|
||
|
Index: DRVConfig/drvcfg1/Makefile.am
|
||
|
===================================================================
|
||
|
--- DRVConfig/drvcfg1/Makefile.am.orig
|
||
|
+++ DRVConfig/drvcfg1/Makefile.am
|
||
|
@@ -6,3 +6,4 @@ libodbcdrvcfg1S_la_LDFLAGS = -no-undefin
|
||
|
|
||
|
libodbcdrvcfg1S_la_SOURCES = drvcfg1.c
|
||
|
|
||
|
+libdir = @libdir@/unixODBC
|
||
|
Index: DRVConfig/drvcfg2/Makefile.am
|
||
|
===================================================================
|
||
|
--- DRVConfig/drvcfg2/Makefile.am.orig
|
||
|
+++ DRVConfig/drvcfg2/Makefile.am
|
||
|
@@ -6,3 +6,4 @@ libodbcdrvcfg2S_la_LDFLAGS = -no-undefin
|
||
|
|
||
|
libodbcdrvcfg2S_la_SOURCES = drvcfg2.c
|
||
|
|
||
|
+libdir = @libdir@/unixODBC
|
||
|
Index: DRVConfig/esoob/Makefile.am
|
||
|
===================================================================
|
||
|
--- DRVConfig/esoob/Makefile.am.orig
|
||
|
+++ DRVConfig/esoob/Makefile.am
|
||
|
@@ -6,3 +6,4 @@ libesoobS_la_LDFLAGS = -no-undefined -v
|
||
|
|
||
|
libesoobS_la_SOURCES = esoobS.c
|
||
|
|
||
|
+libdir = @libdir@/unixODBC
|
||
|
Index: DRVConfig/nn/Makefile.am
|
||
|
===================================================================
|
||
|
--- DRVConfig/nn/Makefile.am.orig
|
||
|
+++ DRVConfig/nn/Makefile.am
|
||
|
@@ -6,3 +6,4 @@ libodbcnnS_la_LDFLAGS = -no-undefined -
|
||
|
|
||
|
libodbcnnS_la_SOURCES = drvcfg.c
|
||
|
|
||
|
+libdir = @libdir@/unixODBC
|
||
|
Index: DRVConfig/oplodbc/Makefile.am
|
||
|
===================================================================
|
||
|
--- DRVConfig/oplodbc/Makefile.am.orig
|
||
|
+++ DRVConfig/oplodbc/Makefile.am
|
||
|
@@ -6,3 +6,4 @@ liboplodbcS_la_LDFLAGS = -no-undefined
|
||
|
|
||
|
liboplodbcS_la_SOURCES = oplodbc.c
|
||
|
|
||
|
+libdir = @libdir@/unixODBC
|
||
|
Index: DRVConfig/sapdb/Makefile.am
|
||
|
===================================================================
|
||
|
--- DRVConfig/sapdb/Makefile.am.orig
|
||
|
+++ DRVConfig/sapdb/Makefile.am
|
||
|
@@ -7,3 +7,5 @@ libsapdbS_la_LDFLAGS = -no-undefined -v
|
||
|
libsapdbS_la_SOURCES = sapdb.c
|
||
|
|
||
|
EXTRA_DIST = README
|
||
|
+
|
||
|
+libdir = @libdir@/unixODBC
|
||
|
Index: DRVConfig/tds/Makefile.am
|
||
|
===================================================================
|
||
|
--- DRVConfig/tds/Makefile.am.orig
|
||
|
+++ DRVConfig/tds/Makefile.am
|
||
|
@@ -6,3 +6,4 @@ libtdsS_la_LDFLAGS = -no-undefined -ver
|
||
|
|
||
|
libtdsS_la_SOURCES = tdsS.c
|
||
|
|
||
|
+libdir = @libdir@/unixODBC
|
||
|
Index: DRVConfig/txt/Makefile.am
|
||
|
===================================================================
|
||
|
--- DRVConfig/txt/Makefile.am.orig
|
||
|
+++ DRVConfig/txt/Makefile.am
|
||
|
@@ -6,3 +6,4 @@ libodbctxtS_la_LDFLAGS = -no-undefined
|
||
|
|
||
|
libodbctxtS_la_SOURCES = drvcfg.c
|
||
|
|
||
|
+libdir = @libdir@/unixODBC
|
||
|
Index: Drivers/Postgre7.1/Makefile.am
|
||
|
===================================================================
|
||
|
--- Drivers/Postgre7.1/Makefile.am.orig
|
||
|
+++ Drivers/Postgre7.1/Makefile.am
|
||
|
@@ -72,3 +72,5 @@ libodbcpsql_la_SOURCES = \
|
||
|
statement.c \
|
||
|
tuple.c \
|
||
|
tuplelist.c
|
||
|
+
|
||
|
+libdir = @libdir@/unixODBC
|
||
|
Index: Drivers/nn/Makefile.am
|
||
|
===================================================================
|
||
|
--- Drivers/nn/Makefile.am.orig
|
||
|
+++ Drivers/nn/Makefile.am
|
||
|
@@ -74,3 +74,4 @@ libnn_la_SOURCES = \
|
||
|
nndate.c \
|
||
|
nntp.c
|
||
|
|
||
|
+libdir = @libdir@/unixODBC
|
||
|
Index: DRVConfig/Mimer/Makefile.am
|
||
|
===================================================================
|
||
|
--- DRVConfig/Mimer/Makefile.am.orig
|
||
|
+++ DRVConfig/Mimer/Makefile.am
|
||
|
@@ -6,3 +6,4 @@ libmimerS_la_LDFLAGS = -no-undefined -ve
|
||
|
|
||
|
libmimerS_la_SOURCES = mimerS.c
|
||
|
|
||
|
+libdir = @libdir@/unixODBC
|
||
|
Index: Drivers/template/Makefile.am
|
||
|
===================================================================
|
||
|
--- Drivers/template/Makefile.am.orig
|
||
|
+++ Drivers/template/Makefile.am
|
||
|
@@ -99,3 +99,5 @@ libtemplate_la_SOURCES = \
|
||
|
_NativeTypeDesc.c \
|
||
|
_NativeTypeLength.c \
|
||
|
_NativeTypePrecision.c
|
||
|
+
|
||
|
+libdir = @libdir@/unixODBC
|
||
|
Index: Drivers/MiniSQL/Makefile.am
|
||
|
===================================================================
|
||
|
--- Drivers/MiniSQL/Makefile.am.orig
|
||
|
+++ Drivers/MiniSQL/Makefile.am
|
||
|
@@ -196,3 +196,4 @@ EXTRA_DIST = \
|
||
|
libodbcmini_la_LDFLAGS = -no-undefined -version-info 1:0:0 \
|
||
|
-L@msql_libraries@ -lmsql -module
|
||
|
|
||
|
+libdir = @libdir@/unixODBC
|