projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[package] libnl: fix compilation with eglibc (closes: #4785)
[openwrt.git]
/
package
/
kexec-tools
/
Makefile
diff --git
a/package/kexec-tools/Makefile
b/package/kexec-tools/Makefile
index
3951197
..
bd8854e
100644
(file)
--- a/
package/kexec-tools/Makefile
+++ b/
package/kexec-tools/Makefile
@@
-50,8
+50,8
@@
CONFIGURE_ARGS = \
--sysconfdir=/etc \
CONFIGURE_VARS += \
- BUILD_CC=
$(HOSTCC)
\
- TARGET_CC=
$(TARGET_CC)
\
+ BUILD_CC=
"$(HOSTCC)"
\
+ TARGET_CC=
"$(TARGET_CC)"
\
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) all
This page took
0.018505 seconds
and
4
git commands to generate.