projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d561f1
)
libid3tag: fix broken configure script not using CFLAGS for conftest
author
Florian Fainelli
<
[email protected]
>
Tue, 19 Feb 2013 17:21:57 +0000
(17:21 +0000)
committer
Florian 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
patch
|
blob
|
history
diff --git
a/libs/libid3tag/Makefile
b/libs/libid3tag/Makefile
index 9aee2d972aac9a8b72fb14ba50417708da11cb76..df98c31aa524a2d981a787a74d01627b3bccab3b 100644
(file)
--- 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 \