BIND 10 trac1728, updated. 44e1d7887b4b5706858c51698de93aa30c7defcb bug #1728: Add -avoid-version to LDFLAGS for Python modules (contd.)

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Mar 19 19:59:24 UTC 2012


The branch, trac1728 has been updated
       via  44e1d7887b4b5706858c51698de93aa30c7defcb (commit)
      from  adc8ee9557c26e97d4d7be9b6f53d9887db20aff (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 44e1d7887b4b5706858c51698de93aa30c7defcb
Author: Mukund Sivaraman <muks at isc.org>
Date:   Tue Mar 20 01:29:11 2012 +0530

    bug #1728: Add -avoid-version to LDFLAGS for Python modules (contd.)

-----------------------------------------------------------------------

Summary of changes:
 src/lib/util/io/Makefile.am          |    2 +-
 src/lib/util/pyunittests/Makefile.am |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/util/io/Makefile.am b/src/lib/util/io/Makefile.am
index 96b9d25..2c3ed96 100644
--- a/src/lib/util/io/Makefile.am
+++ b/src/lib/util/io/Makefile.am
@@ -13,7 +13,7 @@ CLEANFILES = *.gcno *.gcda
 pyexec_LTLIBRARIES = libutil_io_python.la
 # Python prefers .so, while some OSes (specifically MacOS) use a different
 # suffix for dynamic objects.  -module is necessary to work this around.
-libutil_io_python_la_LDFLAGS = -module
+libutil_io_python_la_LDFLAGS = -module -avoid-version
 libutil_io_python_la_SOURCES = fdshare_python.cc
 libutil_io_python_la_LIBADD = libutil_io.la
 libutil_io_python_la_CPPFLAGS = $(AM_CPPFLAGS) $(PYTHON_INCLUDES)
diff --git a/src/lib/util/pyunittests/Makefile.am b/src/lib/util/pyunittests/Makefile.am
index dd2d39a..93b0748 100644
--- a/src/lib/util/pyunittests/Makefile.am
+++ b/src/lib/util/pyunittests/Makefile.am
@@ -13,7 +13,7 @@ pyunittests_util_la_CXXFLAGS = $(AM_CXXFLAGS) $(PYTHON_CXXFLAGS)
 
 # Python prefers .so, while some OSes (specifically MacOS) use a different
 # suffix for dynamic objects.  -module is necessary to work this around.
-pyunittests_util_la_LDFLAGS += -module
+pyunittests_util_la_LDFLAGS += -module -avoid-version
 pyunittests_util_la_LIBADD = $(top_builddir)/src/lib/util/libutil.la
 pyunittests_util_la_LIBADD += $(PYTHON_LIB)
 



More information about the bind10-changes mailing list