[Buildroot] [Bug 321] alsa-lib uses host include files for python which breaks builds on 64 bit Linux

bugzilla at busybox.net bugzilla at busybox.net
Sun Jul 26 07:15:22 UTC 2009


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





--- Comment #1 from Ulf Samuelsson <ulf.samuelsson at atmel.com>  2009-07-26 07:15:21 UTC ---
Adding

 ALSA_LIB_CONF_OPT += --with-pythonlibs=-lpython$(PYTHON_VERSION_MAJOR)
+ALSA_LIB_CONF_OPT +=
--with-pythonincludes=-I$(STAGING_DIR)/usr/include/python$(PYTHON_VERSION_MAJOR)
 ALSA_LIB_CFLAGS+=-I$(STAGING_DIR)/usr/include/python$(PYTHON_VERSION_MAJOR)

to the alsa-lib build recipe seems to fix the problem.


-- 
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.


More information about the buildroot mailing list