]> git.alsa-project.org Git - alsa-lib.git/commit
src/Versions.in.in: Update *_tempo_base name
authorNicholas Vinson <nvinson234@gmail.com>
Thu, 14 Nov 2024 12:49:53 +0000 (07:49 -0500)
committerJaroslav Kysela <perex@perex.cz>
Fri, 15 Nov 2024 08:27:10 +0000 (09:27 +0100)
commit76edab4e595bd5f3f4c636cccc8d7976d3c519d6
tree9ee70f15811d7c7e41f2b5f6f553ca0956814e77
parent785fd327ada6fc1778a2bb21176cb66705eb6b33
src/Versions.in.in: Update *_tempo_base name

Change @SYMBOL_PREFIX@snd_has_tempo_base to
@SYMBOL_PREFIX@snd_has_queue_tempo_base.

Starting with version 1.2.13, alsa-lib fails to link with ld.lld-19 due
to "version script assignment of 'ALSA_1.2.13' to symbol
'snd_seq_has_tempo_base' failed: symbol not defined".

Per commit 769d1db1b0a213a39c7e59c0d1d724e7f45b1ac3 the correct name for
the symbol is @SYMBOL_PREFIX@snd_has_queue_tempo_base; therefore, update
src/Vesions.in.in to match.

Fixes bug #420
Fixes Gentoo bug 943399 (https://bugs.gentoo.org/943399)

Closes: https://github.com/alsa-project/alsa-lib/pull/421
Signed-off-by: Nicholas Vinson <nvinson234@gmail.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
src/Versions.in.in