You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
207 lines
8.8 KiB
207 lines
8.8 KiB
Set the major .so version to 2 for all unixODBC shared libraries, to reflect |
|
the incompatible ABI changes in 2.2.14. |
|
|
|
|
|
diff -Naur unixODBC-2.3.1.orig/DRVConfig/Mimer/Makefile.am unixODBC-2.3.1/DRVConfig/Mimer/Makefile.am |
|
--- unixODBC-2.3.1.orig/DRVConfig/Mimer/Makefile.am 2009-12-11 11:54:07.000000000 -0500 |
|
+++ unixODBC-2.3.1/DRVConfig/Mimer/Makefile.am 2011-12-02 14:01:00.153970964 -0500 |
|
@@ -2,7 +2,7 @@ |
|
|
|
INCLUDES = -I@top_srcdir@/include $(LTDLINCL) |
|
|
|
-libmimerS_la_LDFLAGS = -no-undefined -version-info 1:0:0 -module |
|
+libmimerS_la_LDFLAGS = -no-undefined -version-info $(LIB_VERSION) -module |
|
|
|
libmimerS_la_SOURCES = mimerS.c |
|
|
|
diff -Naur unixODBC-2.3.1.orig/DRVConfig/MiniSQL/Makefile.am unixODBC-2.3.1/DRVConfig/MiniSQL/Makefile.am |
|
--- unixODBC-2.3.1.orig/DRVConfig/MiniSQL/Makefile.am 2009-12-11 11:54:07.000000000 -0500 |
|
+++ unixODBC-2.3.1/DRVConfig/MiniSQL/Makefile.am 2011-12-02 14:00:40.257679498 -0500 |
|
@@ -2,7 +2,7 @@ |
|
|
|
INCLUDES = -I@top_srcdir@/include $(LTDLINCL) |
|
|
|
-libodbcminiS_la_LDFLAGS = -no-undefined -version-info 1:0:0 -module |
|
+libodbcminiS_la_LDFLAGS = -no-undefined -version-info $(LIB_VERSION) -module |
|
|
|
libodbcminiS_la_SOURCES = odbcminiS.c |
|
|
|
diff -Naur unixODBC-2.3.1.orig/DRVConfig/MySQL/Makefile.am unixODBC-2.3.1/DRVConfig/MySQL/Makefile.am |
|
--- unixODBC-2.3.1.orig/DRVConfig/MySQL/Makefile.am 2009-12-11 11:54:07.000000000 -0500 |
|
+++ unixODBC-2.3.1/DRVConfig/MySQL/Makefile.am 2011-12-02 14:00:46.656773720 -0500 |
|
@@ -2,7 +2,7 @@ |
|
|
|
INCLUDES = -I@top_srcdir@/include $(LTDLINCL) |
|
|
|
-libodbcmyS_la_LDFLAGS = -no-undefined -version-info 1:0:0 -module |
|
+libodbcmyS_la_LDFLAGS = -no-undefined -version-info $(LIB_VERSION) -module |
|
|
|
libodbcmyS_la_SOURCES = odbcmyS.c |
|
|
|
diff -Naur unixODBC-2.3.1.orig/DRVConfig/Oracle/Makefile.am unixODBC-2.3.1/DRVConfig/Oracle/Makefile.am |
|
--- unixODBC-2.3.1.orig/DRVConfig/Oracle/Makefile.am 2009-12-11 11:54:07.000000000 -0500 |
|
+++ unixODBC-2.3.1/DRVConfig/Oracle/Makefile.am 2011-12-02 14:00:49.946821471 -0500 |
|
@@ -2,7 +2,7 @@ |
|
|
|
INCLUDES = -I@top_srcdir@/include $(LTDLINCL) |
|
|
|
-liboraodbcS_la_LDFLAGS = -no-undefined -version-info 1:0:0 -module |
|
+liboraodbcS_la_LDFLAGS = -no-undefined -version-info $(LIB_VERSION) -module |
|
|
|
liboraodbcS_la_SOURCES = oraodbcS.c |
|
|
|
diff -Naur unixODBC-2.3.1.orig/DRVConfig/PostgreSQL/Makefile.am unixODBC-2.3.1/DRVConfig/PostgreSQL/Makefile.am |
|
--- unixODBC-2.3.1.orig/DRVConfig/PostgreSQL/Makefile.am 2009-12-11 11:54:07.000000000 -0500 |
|
+++ unixODBC-2.3.1/DRVConfig/PostgreSQL/Makefile.am 2011-12-02 14:00:29.193516374 -0500 |
|
@@ -2,7 +2,7 @@ |
|
|
|
INCLUDES = -I@top_srcdir@/include $(LTDLINCL) |
|
|
|
-libodbcpsqlS_la_LDFLAGS = -no-undefined -version-info 1:0:0 -module |
|
+libodbcpsqlS_la_LDFLAGS = -no-undefined -version-info $(LIB_VERSION) -module |
|
|
|
libodbcpsqlS_la_SOURCES = odbcpsqlS.c |
|
|
|
diff -Naur unixODBC-2.3.1.orig/DRVConfig/drvcfg1/Makefile.am unixODBC-2.3.1/DRVConfig/drvcfg1/Makefile.am |
|
--- unixODBC-2.3.1.orig/DRVConfig/drvcfg1/Makefile.am 2009-12-11 11:54:07.000000000 -0500 |
|
+++ unixODBC-2.3.1/DRVConfig/drvcfg1/Makefile.am 2011-12-02 14:00:53.361871162 -0500 |
|
@@ -2,7 +2,7 @@ |
|
|
|
INCLUDES = -I@top_srcdir@/include $(LTDLINCL) |
|
|
|
-libodbcdrvcfg1S_la_LDFLAGS = -no-undefined -version-info 1:0:0 -module |
|
+libodbcdrvcfg1S_la_LDFLAGS = -no-undefined -version-info $(LIB_VERSION) -module |
|
|
|
libodbcdrvcfg1S_la_SOURCES = drvcfg1.c |
|
|
|
diff -Naur unixODBC-2.3.1.orig/DRVConfig/drvcfg2/Makefile.am unixODBC-2.3.1/DRVConfig/drvcfg2/Makefile.am |
|
--- unixODBC-2.3.1.orig/DRVConfig/drvcfg2/Makefile.am 2009-12-11 11:54:07.000000000 -0500 |
|
+++ unixODBC-2.3.1/DRVConfig/drvcfg2/Makefile.am 2011-12-02 14:00:25.249459261 -0500 |
|
@@ -2,7 +2,7 @@ |
|
|
|
INCLUDES = -I@top_srcdir@/include $(LTDLINCL) |
|
|
|
-libodbcdrvcfg2S_la_LDFLAGS = -no-undefined -version-info 1:0:0 -module |
|
+libodbcdrvcfg2S_la_LDFLAGS = -no-undefined -version-info $(LIB_VERSION) -module |
|
|
|
libodbcdrvcfg2S_la_SOURCES = drvcfg2.c |
|
|
|
diff -Naur unixODBC-2.3.1.orig/DRVConfig/esoob/Makefile.am unixODBC-2.3.1/DRVConfig/esoob/Makefile.am |
|
--- unixODBC-2.3.1.orig/DRVConfig/esoob/Makefile.am 2009-12-11 11:54:07.000000000 -0500 |
|
+++ unixODBC-2.3.1/DRVConfig/esoob/Makefile.am 2011-12-02 14:00:36.802629045 -0500 |
|
@@ -2,7 +2,7 @@ |
|
|
|
INCLUDES = -I@top_srcdir@/include $(LTDLINCL) |
|
|
|
-libesoobS_la_LDFLAGS = -no-undefined -version-info 1:0:0 -module |
|
+libesoobS_la_LDFLAGS = -no-undefined -version-info $(LIB_VERSION) -module |
|
|
|
libesoobS_la_SOURCES = esoobS.c |
|
|
|
diff -Naur unixODBC-2.3.1.orig/DRVConfig/nn/Makefile.am unixODBC-2.3.1/DRVConfig/nn/Makefile.am |
|
--- unixODBC-2.3.1.orig/DRVConfig/nn/Makefile.am 2009-12-11 11:54:07.000000000 -0500 |
|
+++ unixODBC-2.3.1/DRVConfig/nn/Makefile.am 2011-12-02 14:00:16.113323779 -0500 |
|
@@ -2,7 +2,7 @@ |
|
|
|
INCLUDES = -I@top_srcdir@/include $(LTDLINCL) |
|
|
|
-libodbcnnS_la_LDFLAGS = -no-undefined -version-info 1:0:0 -module |
|
+libodbcnnS_la_LDFLAGS = -no-undefined -version-info $(LIB_VERSION) -module |
|
|
|
libodbcnnS_la_SOURCES = drvcfg.c |
|
|
|
diff -Naur unixODBC-2.3.1.orig/DRVConfig/oplodbc/Makefile.am unixODBC-2.3.1/DRVConfig/oplodbc/Makefile.am |
|
--- unixODBC-2.3.1.orig/DRVConfig/oplodbc/Makefile.am 2009-12-11 11:54:07.000000000 -0500 |
|
+++ unixODBC-2.3.1/DRVConfig/oplodbc/Makefile.am 2011-12-02 14:00:20.992397039 -0500 |
|
@@ -2,7 +2,7 @@ |
|
|
|
INCLUDES = -I@top_srcdir@/include $(LTDLINCL) |
|
|
|
-liboplodbcS_la_LDFLAGS = -no-undefined -version-info 1:0:0 -module |
|
+liboplodbcS_la_LDFLAGS = -no-undefined -version-info $(LIB_VERSION) -module |
|
|
|
liboplodbcS_la_SOURCES = oplodbc.c |
|
|
|
diff -Naur unixODBC-2.3.1.orig/DRVConfig/sapdb/Makefile.am unixODBC-2.3.1/DRVConfig/sapdb/Makefile.am |
|
--- unixODBC-2.3.1.orig/DRVConfig/sapdb/Makefile.am 2009-12-11 11:54:07.000000000 -0500 |
|
+++ unixODBC-2.3.1/DRVConfig/sapdb/Makefile.am 2011-12-02 14:00:43.360724987 -0500 |
|
@@ -2,7 +2,7 @@ |
|
|
|
INCLUDES = -I@top_srcdir@/include $(LTDLINCL) |
|
|
|
-libsapdbS_la_LDFLAGS = -no-undefined -version-info 1:0:0 -module |
|
+libsapdbS_la_LDFLAGS = -no-undefined -version-info $(LIB_VERSION) -module |
|
|
|
libsapdbS_la_SOURCES = sapdb.c |
|
|
|
diff -Naur unixODBC-2.3.1.orig/DRVConfig/tds/Makefile.am unixODBC-2.3.1/DRVConfig/tds/Makefile.am |
|
--- unixODBC-2.3.1.orig/DRVConfig/tds/Makefile.am 2009-12-11 11:54:07.000000000 -0500 |
|
+++ unixODBC-2.3.1/DRVConfig/tds/Makefile.am 2011-12-02 14:00:56.753921152 -0500 |
|
@@ -2,7 +2,7 @@ |
|
|
|
INCLUDES = -I@top_srcdir@/include $(LTDLINCL) |
|
|
|
-libtdsS_la_LDFLAGS = -no-undefined -version-info 1:0:0 -module |
|
+libtdsS_la_LDFLAGS = -no-undefined -version-info $(LIB_VERSION) -module |
|
|
|
libtdsS_la_SOURCES = tdsS.c |
|
|
|
diff -Naur unixODBC-2.3.1.orig/DRVConfig/txt/Makefile.am unixODBC-2.3.1/DRVConfig/txt/Makefile.am |
|
--- unixODBC-2.3.1.orig/DRVConfig/txt/Makefile.am 2009-12-11 11:54:07.000000000 -0500 |
|
+++ unixODBC-2.3.1/DRVConfig/txt/Makefile.am 2011-12-02 14:00:32.929572613 -0500 |
|
@@ -2,7 +2,7 @@ |
|
|
|
INCLUDES = -I@top_srcdir@/include $(LTDLINCL) |
|
|
|
-libodbctxtS_la_LDFLAGS = -no-undefined -version-info 1:0:0 -module |
|
+libodbctxtS_la_LDFLAGS = -no-undefined -version-info $(LIB_VERSION) -module |
|
|
|
libodbctxtS_la_SOURCES = drvcfg.c |
|
|
|
diff -Naur unixODBC-2.3.1.orig/Drivers/MiniSQL/Makefile.am unixODBC-2.3.1/Drivers/MiniSQL/Makefile.am |
|
--- unixODBC-2.3.1.orig/Drivers/MiniSQL/Makefile.am 2009-12-11 11:54:09.000000000 -0500 |
|
+++ unixODBC-2.3.1/Drivers/MiniSQL/Makefile.am 2011-12-02 14:01:30.797419661 -0500 |
|
@@ -193,6 +193,6 @@ |
|
sqlFreeEnv.c \ |
|
sqlFreeStmt.c |
|
|
|
-libodbcmini_la_LDFLAGS = -no-undefined -version-info 1:0:0 \ |
|
+libodbcmini_la_LDFLAGS = -no-undefined -version-info $(LIB_VERSION) \ |
|
-L@msql_libraries@ -lmsql -module |
|
|
|
diff -Naur unixODBC-2.3.1.orig/Drivers/Postgre7.1/Makefile.am unixODBC-2.3.1/Drivers/Postgre7.1/Makefile.am |
|
--- unixODBC-2.3.1.orig/Drivers/Postgre7.1/Makefile.am 2009-12-11 11:54:08.000000000 -0500 |
|
+++ unixODBC-2.3.1/Drivers/Postgre7.1/Makefile.am 2011-12-02 14:01:24.860333250 -0500 |
|
@@ -3,7 +3,7 @@ |
|
INCLUDES = -I@top_srcdir@/include $(LTDLINCL) |
|
|
|
libodbcpsql_la_LDFLAGS = \ |
|
- -version-info 2:0:0 \ |
|
+ -version-info $(LIB_VERSION) \ |
|
-no-undefined \ |
|
$(LIBSOCKET) $(LIBNSL) \ |
|
-export-dynamic \ |
|
diff -Naur unixODBC-2.3.1.orig/Drivers/nn/Makefile.am unixODBC-2.3.1/Drivers/nn/Makefile.am |
|
--- unixODBC-2.3.1.orig/Drivers/nn/Makefile.am 2009-12-11 11:54:09.000000000 -0500 |
|
+++ unixODBC-2.3.1/Drivers/nn/Makefile.am 2011-12-02 14:01:07.828083493 -0500 |
|
@@ -2,7 +2,7 @@ |
|
|
|
INCLUDES = -I@top_srcdir@/include -I. |
|
|
|
-libnn_la_LDFLAGS = -no-undefined -version-info 1:0:0 -module |
|
+libnn_la_LDFLAGS = -no-undefined -version-info $(LIB_VERSION) -module |
|
|
|
EXTRA_DIST = \ |
|
nnconfig.h \ |
|
diff -Naur unixODBC-2.3.1.orig/Drivers/template/Makefile.am unixODBC-2.3.1/Drivers/template/Makefile.am |
|
--- unixODBC-2.3.1.orig/Drivers/template/Makefile.am 2009-12-11 11:54:09.000000000 -0500 |
|
+++ unixODBC-2.3.1/Drivers/template/Makefile.am 2011-12-02 14:01:12.828156445 -0500 |
|
@@ -2,7 +2,7 @@ |
|
|
|
INCLUDES = -I@top_srcdir@/include -I. $(LTDLINCL) |
|
|
|
-libtemplate_la_LDFLAGS = -no-undefined -version-info 1:0:0 |
|
+libtemplate_la_LDFLAGS = -no-undefined -version-info $(LIB_VERSION) |
|
|
|
EXTRA_DIST = \ |
|
driver.h \
|
|
|