From: Yang Tse Date: Mon, 8 Jun 2009 02:03:13 +0000 (+0000) Subject: For debugging purposes... X-Git-Tag: curl-7_19_6~167 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=448f448d14ea059dff7388d3178db5866b1d4347;p=thirdparty%2Fcurl.git 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. --- diff --git a/ares/Makefile.am b/ares/Makefile.am index e80c705879..7e3b96626d 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)