File tntdb-1.3-avoid-version.patch of Package tntdb
Index: src/mysql/Makefile.am =================================================================== --- src/mysql/Makefile.am.orig +++ src/mysql/Makefile.am @@ -9,7 +9,7 @@ if MAKE_MYSQL driver_LTLIBRARIES = tntdb@abi_current@-mysql.la tntdb@abi_current@_mysql_la_SOURCES = $(sources) -tntdb@abi_current@_mysql_la_LDFLAGS = -module -version-info @sonumber@ @MYSQL_LDFLAGS@ @SHARED_LIB_FLAG@ +tntdb@abi_current@_mysql_la_LDFLAGS = -module -avoid-version -version-info @sonumber@ @MYSQL_LDFLAGS@ @SHARED_LIB_FLAG@ tntdb@abi_current@_mysql_la_LIBADD = $(top_builddir)/src/libtntdb.la endif Index: src/oracle/Makefile.am =================================================================== --- src/oracle/Makefile.am.orig +++ src/oracle/Makefile.am @@ -22,7 +22,7 @@ if MAKE_ORACLE driver_LTLIBRARIES = tntdb@abi_current@-oracle.la tntdb@abi_current@_oracle_la_SOURCES = $(sources) -tntdb@abi_current@_oracle_la_LDFLAGS = -module -version-info @sonumber@ @SHARED_LIB_FLAG@ +tntdb@abi_current@_oracle_la_LDFLAGS = -module -avoid-version -version-info @sonumber@ @SHARED_LIB_FLAG@ tntdb@abi_current@_oracle_la_LIBADD = $(top_builddir)/src/libtntdb.la -lclntsh endif Index: src/postgresql/Makefile.am =================================================================== --- src/postgresql/Makefile.am.orig +++ src/postgresql/Makefile.am @@ -9,7 +9,7 @@ if MAKE_POSTGRESQL driver_LTLIBRARIES = tntdb@abi_current@-postgresql.la tntdb@abi_current@_postgresql_la_SOURCES = $(sources) -tntdb@abi_current@_postgresql_la_LDFLAGS = -module -version-info @sonumber@ @PG_LDFLAGS@ @SHARED_LIB_FLAG@ +tntdb@abi_current@_postgresql_la_LDFLAGS = -module -avoid-version -version-info @sonumber@ @PG_LDFLAGS@ @SHARED_LIB_FLAG@ tntdb@abi_current@_postgresql_la_LIBADD = $(top_builddir)/src/libtntdb.la endif Index: src/replicate/Makefile.am =================================================================== --- src/replicate/Makefile.am.orig +++ src/replicate/Makefile.am @@ -7,7 +7,7 @@ if MAKE_REPLICATE driver_LTLIBRARIES = tntdb@abi_current@-replicate.la tntdb@abi_current@_replicate_la_SOURCES = $(sources) -tntdb@abi_current@_replicate_la_LDFLAGS = -module -version-info @sonumber@ @SHARED_LIB_FLAG@ +tntdb@abi_current@_replicate_la_LDFLAGS = -module -avoid-version -version-info @sonumber@ @SHARED_LIB_FLAG@ tntdb@abi_current@_replicate_la_LIBADD = $(top_builddir)/src/libtntdb.la endif Index: src/sqlite/Makefile.am =================================================================== --- src/sqlite/Makefile.am.orig +++ src/sqlite/Makefile.am @@ -7,7 +7,7 @@ if MAKE_SQLITE driver_LTLIBRARIES = tntdb@abi_current@-sqlite.la tntdb@abi_current@_sqlite_la_SOURCES = $(sources) -tntdb@abi_current@_sqlite_la_LDFLAGS = -module -version-info @sonumber@ -lsqlite3 @SHARED_LIB_FLAG@ +tntdb@abi_current@_sqlite_la_LDFLAGS = -module -avoid-version -version-info @sonumber@ -lsqlite3 @SHARED_LIB_FLAG@ tntdb@abi_current@_sqlite_la_LIBADD = $(top_builddir)/src/libtntdb.la endif