Commit 448f448d authored by Yang Tse's avatar Yang Tse
Browse files

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.
parent ee6a6181
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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)