From 2b7be2f1de3eec185a720310d418719ccc3f22f2 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 29 Nov 2012 23:05:44 -0800 Subject: alsa-lib: fix static linking check Closes #5732 The symbol for static linking is BR2_PREFER_STATIC_LIB. Signed-off-by: Peter Korsgaard --- package/alsa-lib/alsa-lib.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/alsa-lib') diff --git a/package/alsa-lib/alsa-lib.mk b/package/alsa-lib/alsa-lib.mk index daa551d39..eddd3d2f3 100644 --- a/package/alsa-lib/alsa-lib.mk +++ b/package/alsa-lib/alsa-lib.mk @@ -17,7 +17,7 @@ ALSA_LIB_CONF_OPT = --with-alsa-devdir=$(call qstrip,$(BR2_PACKAGE_ALSA_LIB_DEVD --without-versioned # Can't build with static & shared at the same time (1.0.25+) -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 -- cgit v1.2.3