projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix flac build when arch != mipsel
[openwrt.git]
/
openwrt
/
package
/
flac
/
Makefile
diff --git
a/openwrt/package/flac/Makefile
b/openwrt/package/flac/Makefile
index
9baa0da
..
281b2c4
100644
(file)
--- a/
openwrt/package/flac/Makefile
+++ b/
openwrt/package/flac/Makefile
@@
-26,6
+26,7
@@
$(PKG_BUILD_DIR)/.built:
mkdir -p $(PKG_INSTALL_DIR)
$(MAKE) -C $(PKG_BUILD_DIR) -f Makefile.lite \
$(TARGET_CONFIGURE_OPTS) \
+ RELEASE_CFLAGS="$(TARGET_CFLAGS)" \
libFLAC
touch $@
This page took
0.01862 seconds
and
4
git commands to generate.