For debugging purposes...
authorYang Tse <yangsita@gmail.com>
Mon, 8 Jun 2009 02:03:13 +0000 (02:03 +0000)
committerYang Tse <yangsita@gmail.com>
Mon, 8 Jun 2009 02:03:13 +0000 (02:03 +0000)
Disable the '-export-symbols-regex' to discard this as the origin
of link failures related with shared libraries and non-GNU linkers.

ares/Makefile.am

index e80c705..7e3b966 100644 (file)
@@ -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)