All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/tyrian: fixes compilation with static libs.
@ 2017-04-03 12:25 julien.boibessot at free.fr
  2017-04-03 12:33 ` Thomas Petazzoni
  2017-04-04 21:45 ` Peter Korsgaard
  0 siblings, 2 replies; 4+ messages in thread
From: julien.boibessot at free.fr @ 2017-04-03 12:25 UTC (permalink / raw)
  To: buildroot

From: Julien BOIBESSOT <julien.boibessot@armadeus.com>

Has been tested with: "./support/scripts/test-pkg -c tyrian.cfg -p opentyrian"
Fixes: http://autobuild.buildroot.net/results/0e2345db82b33f591958fc0f72ad914adafe0522
and some similar previous build failure.

Thanks Thomas for the tip ;-).

Signed-off-by: Julien BOIBESSOT <julien.boibessot@armadeus.com>
---
 package/opentyrian/opentyrian.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/opentyrian/opentyrian.mk b/package/opentyrian/opentyrian.mk
index 4417512..12e41ad 100644
--- a/package/opentyrian/opentyrian.mk
+++ b/package/opentyrian/opentyrian.mk
@@ -24,7 +24,7 @@ define OPENTYRIAN_BUILD_CMDS
 		CC="$(TARGET_CC)" \
 		STRIP="/bin/true" \
 		SDL_CONFIG="$(STAGING_DIR)/usr/bin/sdl-config" \
-		LDFLAGS="-lm" \
+		LDFLAGS="$(TARGET_LDFLAGS) -lm" \
 		WITH_NETWORK="$(OPENTYRIAN_NETWORK)" \
 		-C $(@D) release
 endef
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH] package/tyrian: fixes compilation with static libs.
  2017-04-03 12:25 [Buildroot] [PATCH] package/tyrian: fixes compilation with static libs julien.boibessot at free.fr
@ 2017-04-03 12:33 ` Thomas Petazzoni
  2017-04-04 21:15   ` Peter Korsgaard
  2017-04-04 21:45 ` Peter Korsgaard
  1 sibling, 1 reply; 4+ messages in thread
From: Thomas Petazzoni @ 2017-04-03 12:33 UTC (permalink / raw)
  To: buildroot

Hello,

On Mon,  3 Apr 2017 14:25:43 +0200, julien.boibessot at free.fr wrote:
> From: Julien BOIBESSOT <julien.boibessot@armadeus.com>
> 
> Has been tested with: "./support/scripts/test-pkg -c tyrian.cfg -p opentyrian"
> Fixes: http://autobuild.buildroot.net/results/0e2345db82b33f591958fc0f72ad914adafe0522
> and some similar previous build failure.
> 
> Thanks Thomas for the tip ;-).
> 
> Signed-off-by: Julien BOIBESSOT <julien.boibessot@armadeus.com>
> ---
>  package/opentyrian/opentyrian.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH] package/tyrian: fixes compilation with static libs.
  2017-04-03 12:33 ` Thomas Petazzoni
@ 2017-04-04 21:15   ` Peter Korsgaard
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2017-04-04 21:15 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 > Hello,
 > On Mon,  3 Apr 2017 14:25:43 +0200, julien.boibessot at free.fr wrote:
 >> From: Julien BOIBESSOT <julien.boibessot@armadeus.com>
 >> 
 >> Has been tested with: "./support/scripts/test-pkg -c tyrian.cfg -p opentyrian"
 >> Fixes: http://autobuild.buildroot.net/results/0e2345db82b33f591958fc0f72ad914adafe0522
 >> and some similar previous build failure.
 >> 
 >> Thanks Thomas for the tip ;-).
 >> 
 >> Signed-off-by: Julien BOIBESSOT <julien.boibessot@armadeus.com>
 >> ---
 >> package/opentyrian/opentyrian.mk | 2 +-

I know it is too late now, but subject should have said
package/opentyrian, not package/tyrian.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH] package/tyrian: fixes compilation with static libs.
  2017-04-03 12:25 [Buildroot] [PATCH] package/tyrian: fixes compilation with static libs julien.boibessot at free.fr
  2017-04-03 12:33 ` Thomas Petazzoni
@ 2017-04-04 21:45 ` Peter Korsgaard
  1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2017-04-04 21:45 UTC (permalink / raw)
  To: buildroot

>>>>> "julien" == julien boibessot <julien.boibessot@free.fr> writes:

 > From: Julien BOIBESSOT <julien.boibessot@armadeus.com>
 > Has been tested with: "./support/scripts/test-pkg -c tyrian.cfg -p opentyrian"
 > Fixes: http://autobuild.buildroot.net/results/0e2345db82b33f591958fc0f72ad914adafe0522
 > and some similar previous build failure.

 > Thanks Thomas for the tip ;-).

 > Signed-off-by: Julien BOIBESSOT <julien.boibessot@armadeus.com>

Committed to 2017.02.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-04-04 21:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-03 12:25 [Buildroot] [PATCH] package/tyrian: fixes compilation with static libs julien.boibessot at free.fr
2017-04-03 12:33 ` Thomas Petazzoni
2017-04-04 21:15   ` Peter Korsgaard
2017-04-04 21:45 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.