diff options
-rw-r--r-- | package/alsa-lib/alsa-lib.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/alsa-lib/alsa-lib.mk b/package/alsa-lib/alsa-lib.mk index ea2351c93a..2075d419db 100644 --- a/package/alsa-lib/alsa-lib.mk +++ b/package/alsa-lib/alsa-lib.mk @@ -20,7 +20,9 @@ ALSA_LIB_CONF_OPTS = \ # Can't build with static & shared at the same time (1.0.25+) ifeq ($(BR2_STATIC_LIBS),y) -ALSA_LIB_CONF_OPTS += --enable-shared=no +ALSA_LIB_CONF_OPTS += \ + --enable-shared=no \ + --without-libdl else ALSA_LIB_CONF_OPTS += --enable-static=no endif |