Bug 5732

Summary: Error : package/alsa-lib/alsa-lib.mk
Product: buildroot Reporter: Pankaj Dev <pankaj.dev>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: critical CC: buildroot
Priority: P5    
Version: 2012.08   
Target Milestone: 2012.11   
Hardware: PC   
OS: Linux   
Host: Target:
Build:

Description Pankaj Dev 2012-11-19 04:57:20 UTC
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
Comment 1 Peter Korsgaard 2012-11-30 07:07:43 UTC
Thanks, fixed in git as 2b7be2f1de3e (alsa-lib: fix static linking check)