aboutsummaryrefslogtreecommitdiff
path: root/ares/Makefile.am
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-06-08 02:03:13 +0000
committerYang Tse <yangsita@gmail.com>2009-06-08 02:03:13 +0000
commit448f448d14ea059dff7388d3178db5866b1d4347 (patch)
tree1055ecf599891288d88b694002c1d06873309a6f /ares/Makefile.am
parentee6a618116269e5ea97c03ac7e461cb7843ae1a9 (diff)
For debugging purposes...
Disable the '-export-symbols-regex' to discard this as the origin of link failures related with shared libraries and non-GNU linkers.
Diffstat (limited to 'ares/Makefile.am')
-rw-r--r--ares/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/ares/Makefile.am b/ares/Makefile.am
index e80c70587..7e3b96626 100644
--- a/ares/Makefile.am
+++ b/ares/Makefile.am
@@ -91,7 +91,9 @@ if NO_UNDEFINED
UNDEF = -no-undefined
endif
+if DONT_SKIP_THE_EXPORT_SYMBOLS_REGEX
EXPORT_SYMBOLS = -export-symbols-regex '^ares_[[:alnum:]].*'
+endif
libcares_la_LDFLAGS = $(UNDEF) $(VER) $(EXPORT_SYMBOLS)