mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-05 04:06:34 -05:00
libatopology: Remove version-script flags
Review of Versions.in does not list any symbols defined in the libatopology library. Naming undefined symbols in a version script causes build failures with ld.lld when using default flags.
This commit is contained in:
parent
d41566bb7f
commit
c5eca03544
1 changed files with 1 additions and 7 deletions
|
|
@ -1,11 +1,5 @@
|
|||
COMPATNUM=@LIBTOOL_VERSION_INFO@
|
||||
|
||||
if VERSIONED_SYMBOLS
|
||||
VSYMS = -Wl,--version-script=../Versions
|
||||
else
|
||||
VSYMS =
|
||||
endif
|
||||
|
||||
if SYMBOLIC_FUNCTIONS
|
||||
SYMFUNCS = -Wl,-Bsymbolic-functions
|
||||
else
|
||||
|
|
@ -15,7 +9,7 @@ endif
|
|||
lib_LTLIBRARIES = libatopology.la
|
||||
|
||||
libatopology_la_LIBADD = ../libasound.la
|
||||
libatopology_la_LDFLAGS = -version-info $(COMPATNUM) $(VSYMS) $(SYMFUNCS) $(LDFLAGS_NOUNDEFINED)
|
||||
libatopology_la_LDFLAGS = -version-info $(COMPATNUM) $(SYMFUNCS) $(LDFLAGS_NOUNDEFINED)
|
||||
|
||||
libatopology_la_SOURCES =\
|
||||
parser.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue