alsa-lib: don't use versioned symbols

As reported by Dirk Vermaak and Daniel Mack. Fixes runtime issues with
alsa-lib, see
http://mailman.alsa-project.org/pipermail/alsa-devel/2009-February/014999.html
for details.
This commit is contained in:
Peter Korsgaard 2009-02-23 13:01:26 +00:00
parent 71a55254a4
commit e90a4bf4af

View File

@ -57,6 +57,7 @@ $(ALSA_LIB_DIR)/.configured: $(ALSA_LIB_DIR)/.unpacked
--enable-shared \
--enable-static \
--disable-docs \
--without-versioned \
$(ALSA_LIB_CONFIGURE_OPTS) \
$(SOFT_FLOAT) \
$(DISABLE_NLS) \