mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
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:
@@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user