mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-03-09 05:33:43 -04: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@
|
COMPATNUM=@LIBTOOL_VERSION_INFO@
|
||||||
|
|
||||||
if VERSIONED_SYMBOLS
|
|
||||||
VSYMS = -Wl,--version-script=../Versions
|
|
||||||
else
|
|
||||||
VSYMS =
|
|
||||||
endif
|
|
||||||
|
|
||||||
if SYMBOLIC_FUNCTIONS
|
if SYMBOLIC_FUNCTIONS
|
||||||
SYMFUNCS = -Wl,-Bsymbolic-functions
|
SYMFUNCS = -Wl,-Bsymbolic-functions
|
||||||
else
|
else
|
||||||
|
|
@ -15,7 +9,7 @@ endif
|
||||||
lib_LTLIBRARIES = libatopology.la
|
lib_LTLIBRARIES = libatopology.la
|
||||||
|
|
||||||
libatopology_la_LIBADD = ../libasound.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 =\
|
libatopology_la_SOURCES =\
|
||||||
parser.c \
|
parser.c \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue