All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 5732] New: Error : package/alsa-lib/alsa-lib.mk
@ 2012-11-19  4:57 bugzilla at busybox.net
  2012-11-30  7:07 ` [Buildroot] [Bug 5732] " bugzilla at busybox.net
  0 siblings, 1 reply; 2+ messages in thread
From: bugzilla at busybox.net @ 2012-11-19  4:57 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=5732

           Summary: Error : package/alsa-lib/alsa-lib.mk
           Product: buildroot
           Version: 2012.08
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: critical
          Priority: P5
         Component: Other
        AssignedTo: unassigned at buildroot.uclibc.org
        ReportedBy: pankaj.dev at st.com
                CC: buildroot at uclibc.org
   Estimated Hours: 0.0


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

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Buildroot] [Bug 5732] Error : package/alsa-lib/alsa-lib.mk
  2012-11-19  4:57 [Buildroot] [Bug 5732] New: Error : package/alsa-lib/alsa-lib.mk bugzilla at busybox.net
@ 2012-11-30  7:07 ` bugzilla at busybox.net
  0 siblings, 0 replies; 2+ messages in thread
From: bugzilla at busybox.net @ 2012-11-30  7:07 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=5732

Peter Korsgaard <jacmet@uclibc.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #1 from Peter Korsgaard <jacmet@uclibc.org> 2012-11-30 07:07:43 UTC ---
Thanks, fixed in git as 2b7be2f1de3e (alsa-lib: fix static linking check)

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-11-30  7:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-19  4:57 [Buildroot] [Bug 5732] New: Error : package/alsa-lib/alsa-lib.mk bugzilla at busybox.net
2012-11-30  7:07 ` [Buildroot] [Bug 5732] " bugzilla at busybox.net

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.