diff options
author | Yang Tse <yangsita@gmail.com> | 2009-06-08 02:41:15 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-06-08 02:41:15 +0000 |
commit | 2b4f41603dc35709b1f868e57797872f27ee28f1 (patch) | |
tree | bbf8b32de737d6b4727e32d7eaa37aa58a3a4450 | |
parent | 448f448d14ea059dff7388d3178db5866b1d4347 (diff) |
just comment it out
-rw-r--r-- | ares/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ares/Makefile.am b/ares/Makefile.am index 7e3b96626..b8bcee81b 100644 --- a/ares/Makefile.am +++ b/ares/Makefile.am @@ -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) |