When "Prefer Static Library" is selected, alsa-lib doesnt get correct option Correction Patch : -ifeq ($(BR2_PREFER_STATIC),y) +ifeq ($(BR2_PREFER_STATIC_LIB),y) ALSA_LIB_CONF_OPT += --enable-shared=no else ALSA_LIB_CONF_OPT += --enable-static=no
Thanks, fixed in git as 2b7be2f1de3e (alsa-lib: fix static linking check)