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.
This commit is contained in:
Yang Tse 2009-06-08 02:03:13 +00:00
parent ee6a618116
commit 448f448d14

View 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)