diff mbox

mjpgstreamer build error with ccache and J=0

Message ID 00C4503C104D4EF284ED7523CEE3AAA3@JohanW7
State Not Applicable
Headers show

Commit Message

Sagaert Johan March 5, 2015, 4:43 p.m. UTC
-----Oorspronkelijk bericht-----
Van: Thomas Petazzoni [mailto:thomas.petazzoni@free-electrons.com] 
Verzonden: donderdag 5 maart 2015 14:59
Aan: Sagaert Johan
CC: buildroot@busybox.net
Onderwerp: Re: [Buildroot] mjpgstreamer build error with ccache and J=0

Dear Sagaert Johan,

On Thu, 5 Mar 2015 14:44:38 +0100, Sagaert Johan wrote:

> mjpgstreamer seems to fail bilding when I have ccache on and number of jobs=0
> 
> I cleaned the ccache before building.
> 
> This is the output of make V=1

Can you try the below patch?


Thanks,

Thomas

Comments

Thomas Petazzoni March 5, 2015, 4:46 p.m. UTC | #1
Dear Sagaert Johan,

Could you use a normal e-mail client, that quotes the original text
properly, and doesn't let you reply *below* the signature? Due to this,
when a normal e-mail client hits reply to your e-mail, it just rips out
completely your answer.

I have some answers for your issue, but I can't reply at the proper
place...

Best regards,

Thomas
Arnout Vandecappelle March 5, 2015, 9:48 p.m. UTC | #2
On 05/03/15 17:46, Thomas Petazzoni wrote:
> Dear Sagaert Johan,
>
> Could you use a normal e-mail client, that quotes the original text
> properly, and doesn't let you reply *below* the signature? Due to this,
> when a normal e-mail client hits reply to your e-mail, it just rips out
> completely your answer.

 Or configure outlook to the right thing [1].

>
> I have some answers for your issue, but I can't reply at the proper
> place...
>
> Best regards,
>
> Thomas
>


 Regards,
 Arnout

[1] http://lmgtfy.com/?q=+reply+quote+outlook&l=1
diff mbox

Patch

diff --git a/package/mjpg-streamer/mjpg-streamer.mk b/package/mjpg-streamer/mjpg-streamer.mk
index 2385429..2a0c717 100644
--- a/package/mjpg-streamer/mjpg-streamer.mk
+++ b/package/mjpg-streamer/mjpg-streamer.mk
@@ -15,7 +15,7 @@  MJPG_STREAMER_LICENSE_FILES = LICENSE
 MJPG_STREAMER_DEPENDENCIES = jpeg
 
 define MJPG_STREAMER_BUILD_CMDS
-       $(TARGET_MAKE_ENV) $(MAKE) CC=$(TARGET_CC) -C $(@D)
+       $(TARGET_MAKE_ENV) $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
 endef
 
 define MJPG_STREAMER_INSTALL_TARGET_CMDS