* [Buildroot] [PATCH] lshw: fix build failure
@ 2012-07-04 11:29 Gustavo Zacarias
2012-07-04 11:31 ` Thomas Petazzoni
2012-07-04 12:52 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Gustavo Zacarias @ 2012-07-04 11:29 UTC (permalink / raw)
To: buildroot
Fix space-unfriendly CC/CXX/AR argument passing.
Fixes build failure
http://autobuild.buildroot.net/results/d8c7b5ef4056a197bb8085b0fcdd09d931aec876/build-end.log
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/lshw/lshw.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/lshw/lshw.mk b/package/lshw/lshw.mk
index 8b4fcc6..d0d97db 100644
--- a/package/lshw/lshw.mk
+++ b/package/lshw/lshw.mk
@@ -6,7 +6,7 @@
LSHW_VERSION = B.02.16
LSHW_SITE = http://ezix.org/software/files
-LSHW_MAKE_OPT = CC=$(TARGET_CC) CXX=$(TARGET_CXX) AR=$(TARGET_AR) \
+LSHW_MAKE_OPT = CC="$(TARGET_CC)" CXX="$(TARGET_CXX)" AR="$(TARGET_AR)" \
RPM_OPT_FLAGS="$(TARGET_CFLAGS)" all
LSHW_MAKE_ENV = LIBS="$(if $(BR2_NEEDS_GETTEXT),-lintl)"
LSHW_DEPENDENCIES = $(if $(BR2_NEEDS_GETTEXT),libintl)
--
1.7.8.6
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] lshw: fix build failure
2012-07-04 11:29 [Buildroot] [PATCH] lshw: fix build failure Gustavo Zacarias
@ 2012-07-04 11:31 ` Thomas Petazzoni
2012-07-04 12:52 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2012-07-04 11:31 UTC (permalink / raw)
To: buildroot
Le Wed, 4 Jul 2012 08:29:40 -0300,
Gustavo Zacarias <gustavo@zacarias.com.ar> a ?crit :
> Fix space-unfriendly CC/CXX/AR argument passing.
> Fixes build failure
> http://autobuild.buildroot.net/results/d8c7b5ef4056a197bb8085b0fcdd09d931aec876/build-end.log
>
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] lshw: fix build failure
2012-07-04 11:29 [Buildroot] [PATCH] lshw: fix build failure Gustavo Zacarias
2012-07-04 11:31 ` Thomas Petazzoni
@ 2012-07-04 12:52 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2012-07-04 12:52 UTC (permalink / raw)
To: buildroot
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
Gustavo> Fix space-unfriendly CC/CXX/AR argument passing.
Gustavo> Fixes build failure
Gustavo> http://autobuild.buildroot.net/results/d8c7b5ef4056a197bb8085b0fcdd09d931aec876/build-end.log
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-07-04 12:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-04 11:29 [Buildroot] [PATCH] lshw: fix build failure Gustavo Zacarias
2012-07-04 11:31 ` Thomas Petazzoni
2012-07-04 12:52 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox