BIND 10 trac1728, updated. 009759b78ae29404f076011598f97456c0e2cf50 bug #1728: Add -avoid-version in some more places
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Mar 22 11:10:16 UTC 2012
The branch, trac1728 has been updated
via 009759b78ae29404f076011598f97456c0e2cf50 (commit)
from 52e3ffecb917819c3a619849c85655da292ebc37 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 009759b78ae29404f076011598f97456c0e2cf50
Author: Mukund Sivaraman <muks at isc.org>
Date: Thu Mar 22 16:40:08 2012 +0530
bug #1728: Add -avoid-version in some more places
-----------------------------------------------------------------------
Summary of changes:
src/lib/datasrc/Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/Makefile.am b/src/lib/datasrc/Makefile.am
index dde3a82..1e743dd 100644
--- a/src/lib/datasrc/Makefile.am
+++ b/src/lib/datasrc/Makefile.am
@@ -36,7 +36,7 @@ pkglib_LTLIBRARIES = sqlite3_ds.la memory_ds.la
sqlite3_ds_la_SOURCES = sqlite3_accessor.h sqlite3_accessor.cc
sqlite3_ds_la_SOURCES += sqlite3_accessor_link.cc
-sqlite3_ds_la_LDFLAGS = -module
+sqlite3_ds_la_LDFLAGS = -module -avoid-version
sqlite3_ds_la_LDFLAGS += -no-undefined -version-info 1:0:0
sqlite3_ds_la_LIBADD = $(top_builddir)/src/lib/exceptions/libexceptions.la
sqlite3_ds_la_LIBADD += libdatasrc.la
@@ -44,7 +44,7 @@ sqlite3_ds_la_LIBADD += $(SQLITE_LIBS)
memory_ds_la_SOURCES = memory_datasrc.h memory_datasrc.cc
memory_ds_la_SOURCES += memory_datasrc_link.cc
-memory_ds_la_LDFLAGS = -module
+memory_ds_la_LDFLAGS = -module -avoid-version
memory_ds_la_LIBADD = $(top_builddir)/src/lib/exceptions/libexceptions.la
memory_ds_la_LIBADD += libdatasrc.la
More information about the bind10-changes
mailing list