mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-11 13:30:02 -05:00
Check for and use flags to reject undefined symbols in libraries.
Make sure that all the PulseAudio modules are built properly without outstanding undefined symbols: if the undefined symbols are found, reject link.
This commit is contained in:
parent
e61795ce53
commit
a4703ce7e8
2 changed files with 6 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ WINSOCK_LIBS=-lwsock32 -lws2_32 -lwininet
|
|||
endif
|
||||
|
||||
FOREIGN_CFLAGS = -w
|
||||
MODULE_LDFLAGS = -module -disable-static -avoid-version
|
||||
MODULE_LDFLAGS = -module -disable-static -avoid-version $(LDFLAGS_NOUNDEFINED)
|
||||
|
||||
###################################
|
||||
# Extra files #
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue