libid3tag: fix broken configure script not using CFLAGS for conftest
authorFlorian Fainelli <[email protected]>
Tue, 19 Feb 2013 17:21:57 +0000 (17:21 +0000)
committerFlorian Fainelli <[email protected]>
Tue, 19 Feb 2013 17:21:57 +0000 (17:21 +0000)
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 <[email protected]>
SVN-Revision: 35681

libs/libid3tag/Makefile

index 9aee2d972aac9a8b72fb14ba50417708da11cb76..df98c31aa524a2d981a787a74d01627b3bccab3b 100644 (file)
@@ -38,6 +38,8 @@ endef
 
 TARGET_CFLAGS += $(FPIC)
 
+CONFIGURE_VARS += CC="$(TARGET_CC) $(TARGET_CFLAGS)"
+
 define Build/Configure
        $(call Build/Configure/Default, \
                --enable-shared \