|
@@ -20,7 +20,9 @@ ALSA_LIB_CONF_OPTS = \
|
|
|
|
|
|
# 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)
|
|
-ALSA_LIB_CONF_OPTS += --enable-shared=no
|
|
|
|
|
|
+ALSA_LIB_CONF_OPTS += \
|
|
|
|
+ --enable-shared=no \
|
|
|
|
+ --without-libdl
|
|
else
|
|
else
|
|
ALSA_LIB_CONF_OPTS += --enable-static=no
|
|
ALSA_LIB_CONF_OPTS += --enable-static=no
|
|
endif
|
|
endif
|