Bug 5732 - Error : package/alsa-lib/alsa-lib.mk
Summary: Error : package/alsa-lib/alsa-lib.mk
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2012.08
Hardware: PC Linux
: P5 critical
Target Milestone: 2012.11
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-19 04:57 UTC by Pankaj Dev
Modified: 2012-11-30 07:07 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)