just comment it out
authorYang Tse <yangsita@gmail.com>
Mon, 8 Jun 2009 02:41:15 +0000 (02:41 +0000)
committerYang Tse <yangsita@gmail.com>
Mon, 8 Jun 2009 02:41:15 +0000 (02:41 +0000)
ares/Makefile.am

index 7e3b966..b8bcee8 100644 (file)
@@ -91,9 +91,7 @@ if NO_UNDEFINED
 UNDEF = -no-undefined
 endif
 
-if DONT_SKIP_THE_EXPORT_SYMBOLS_REGEX
-EXPORT_SYMBOLS = -export-symbols-regex '^ares_[[:alnum:]].*'
-endif
+# EXPORT_SYMBOLS = -export-symbols-regex '^ares_[[:alnum:]].*'
 
 libcares_la_LDFLAGS = $(UNDEF) $(VER) $(EXPORT_SYMBOLS)