mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
Make sure alsa-lib build with correct python version
This commit is contained in:
@@ -17,6 +17,10 @@ else
|
||||
ALSA_LIB_ABI:=
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_PYTHON),y)
|
||||
ALSA_LIB_CONFIGURE_OPTS += --with-pythonlibs=-lpython$(PYTHON_VERSION_MAJOR)
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_SOFT_FLOAT),y)
|
||||
SOFT_FLOAT=--with-softfloat
|
||||
endif
|
||||
@@ -45,6 +49,7 @@ $(ALSA_LIB_DIR)/.configured: $(ALSA_LIB_DIR)/.unpacked
|
||||
--enable-shared \
|
||||
--enable-static \
|
||||
--disable-docs \
|
||||
$(ALSA_LIB_CONFIGURE_OPTS) \
|
||||
$(SOFT_FLOAT) \
|
||||
$(DISABLE_NLS) \
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user