Make sure alsa-lib build with correct python version

This commit is contained in:
Ulf Samuelsson 2009-01-11 20:10:57 +00:00
parent 675d416144
commit decf86e4a3

View File

@ -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) \
)