BIND 10 trac542, updated. ede93598806f8ddb21d193eb002fad8218416e40 [trac542] Removed --as-needed link flag from Makefile

BIND 10 source code commits bind10-changes at lists.isc.org
Wed May 18 12:17:02 UTC 2011


The branch, trac542 has been updated
       via  ede93598806f8ddb21d193eb002fad8218416e40 (commit)
      from  35ac625edfbc78dde6ccf78f8d577f3d8edadbce (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 ede93598806f8ddb21d193eb002fad8218416e40
Author: Stephen Morris <stephen at isc.org>
Date:   Wed May 18 13:16:01 2011 +0100

    [trac542] Removed --as-needed link flag from Makefile
    
    This does not work whe linking using Clang on OS X.  As it is not
    necessary, it has been removed.

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

Summary of changes:
 tests/tools/badpacket/tests/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
diff --git a/tests/tools/badpacket/tests/Makefile.am b/tests/tools/badpacket/tests/Makefile.am
index bd10971..6d0d4e1 100644
--- a/tests/tools/badpacket/tests/Makefile.am
+++ b/tests/tools/badpacket/tests/Makefile.am
@@ -21,7 +21,7 @@ run_unittests_SOURCES += $(top_builddir)/tests/tools/badpacket/command_options.c
 run_unittests_SOURCES += $(top_builddir)/tests/tools/badpacket/option_info.cc
 
 run_unittests_CPPFLAGS = $(AM_CPPFLAGS) $(GTEST_INCLUDES)
-run_unittests_LDFLAGS = $(AM_LDFLAGS) $(GTEST_LDFLAGS) -Wl,--as-needed
+run_unittests_LDFLAGS = $(AM_LDFLAGS) $(GTEST_LDFLAGS)
 
 run_unittests_LDADD  = $(GTEST_LDADD)
 run_unittests_LDFLAGS += $(top_builddir)/src/lib/exceptions/libexceptions.la




More information about the bind10-changes mailing list