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 <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/packages@35681 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ff88c81664
commit
842c6cbe73
@ -38,6 +38,8 @@ endef
|
||||
|
||||
TARGET_CFLAGS += $(FPIC)
|
||||
|
||||
CONFIGURE_VARS += CC="$(TARGET_CC) $(TARGET_CFLAGS)"
|
||||
|
||||
define Build/Configure
|
||||
$(call Build/Configure/Default, \
|
||||
--enable-shared \
|
||||
|
Loading…
x
Reference in New Issue
Block a user