|
@@ -16,8 +16,11 @@ ALSA_LIB_AUTORECONF = YES
|
|
ALSA_LIB_CONF_OPTS = \
|
|
ALSA_LIB_CONF_OPTS = \
|
|
--with-alsa-devdir=$(call qstrip,$(BR2_PACKAGE_ALSA_LIB_DEVDIR)) \
|
|
--with-alsa-devdir=$(call qstrip,$(BR2_PACKAGE_ALSA_LIB_DEVDIR)) \
|
|
--with-pcm-plugins="$(call qstrip,$(BR2_PACKAGE_ALSA_LIB_PCM_PLUGINS))" \
|
|
--with-pcm-plugins="$(call qstrip,$(BR2_PACKAGE_ALSA_LIB_PCM_PLUGINS))" \
|
|
- --with-ctl-plugins="$(call qstrip,$(BR2_PACKAGE_ALSA_LIB_CTL_PLUGINS))" \
|
|
|
|
- --without-versioned
|
|
|
|
|
|
+ --with-ctl-plugins="$(call qstrip,$(BR2_PACKAGE_ALSA_LIB_CTL_PLUGINS))"
|
|
|
|
+
|
|
|
|
+ifeq ($(BR2_TOOLCHAIN_USES_GLIBC),)
|
|
|
|
+ALSA_LIB_CONF_OPTS += --without-versioned
|
|
|
|
+endif
|
|
|
|
|
|
# Can't build with static & shared at the same time (1.0.25+)
|
|
# Can't build with static & shared at the same time (1.0.25+)
|
|
ifeq ($(BR2_STATIC_LIBS),y)
|
|
ifeq ($(BR2_STATIC_LIBS),y)
|