mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-17 07:00:01 -05:00
add support for symbol prefixes in shared libraries
attached patch updates the Version script so that it supports SYMBOL_PREFIX From: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
f6d264f54d
commit
b3f998dbc9
5 changed files with 302 additions and 300 deletions
|
|
@ -2,7 +2,7 @@ EXTRA_DIST=Versions
|
|||
COMPATNUM=@LIBTOOL_VERSION_INFO@
|
||||
|
||||
if VERSIONED_SYMBOLS
|
||||
VSYMS = -Wl,--version-script=$(srcdir)/Versions
|
||||
VSYMS = -Wl,--version-script=Versions
|
||||
else
|
||||
VSYMS =
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue