mirror of
https://github.com/moparisthebest/curl
synced 2025-03-01 01:41:50 -05:00
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:
parent
ee6a618116
commit
448f448d14
@ -91,7 +91,9 @@ if NO_UNDEFINED
|
|||||||
UNDEF = -no-undefined
|
UNDEF = -no-undefined
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if DONT_SKIP_THE_EXPORT_SYMBOLS_REGEX
|
||||||
EXPORT_SYMBOLS = -export-symbols-regex '^ares_[[:alnum:]].*'
|
EXPORT_SYMBOLS = -export-symbols-regex '^ares_[[:alnum:]].*'
|
||||||
|
endif
|
||||||
|
|
||||||
libcares_la_LDFLAGS = $(UNDEF) $(VER) $(EXPORT_SYMBOLS)
|
libcares_la_LDFLAGS = $(UNDEF) $(VER) $(EXPORT_SYMBOLS)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user