From cd118c16f70264a689075a920776301ae00e7810 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Tue, 19 Feb 2013 17:21:57 +0000 Subject: [PATCH] libid3tag: fix broken configure script not using CFLAGS for conftest This issue can appear when the toolchain must be explicitely configured for a specific ABI (e.g: floating point on ARM). Signed-off-by: Florian Fainelli SVN-Revision: 35681 --- libs/libid3tag/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/libid3tag/Makefile b/libs/libid3tag/Makefile index 9aee2d972a..df98c31aa5 100644 --- a/libs/libid3tag/Makefile +++ b/libs/libid3tag/Makefile @@ -38,6 +38,8 @@ endef TARGET_CFLAGS += $(FPIC) +CONFIGURE_VARS += CC="$(TARGET_CC) $(TARGET_CFLAGS)" + define Build/Configure $(call Build/Configure/Default, \ --enable-shared \ -- 2.30.2