All of lore.kernel.org
 help / color / mirror / Atom feed
* [STABLE][PATCH] unzip: GNU_HASH QA fix.
@ 2009-04-24  7:26 Koen Kooi
  2009-04-24  7:47 ` Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Koen Kooi @ 2009-04-24  7:26 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Koen Kooi

From: Stanislav Brabec <utx@penguin.cz>


Signed-off-by: Koen Kooi <koen@openembedded.org>
---
 recipes/unzip/unzip_552.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/unzip/unzip_552.bb b/recipes/unzip/unzip_552.bb
index 2f06e1b..d880919 100644
--- a/recipes/unzip/unzip_552.bb
+++ b/recipes/unzip/unzip_552.bb
@@ -6,7 +6,7 @@ PR = "r1"
 SRC_URI = "http://ftp.info-zip.org/pub/infozip/src/unzip${PV}.tar.gz"
 S = "${WORKDIR}/unzip-5.52"
 
-export LD = "${CC}"
+export LD = "${CC} ${LDFLAGS}"
 
 do_compile() {
         oe_runmake -f unix/Makefile generic
-- 
1.5.6.5




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

* Re: [STABLE][PATCH] unzip: GNU_HASH QA fix.
  2009-04-24  7:26 [STABLE][PATCH] unzip: GNU_HASH QA fix Koen Kooi
@ 2009-04-24  7:47 ` Denys Dmytriyenko
  0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2009-04-24  7:47 UTC (permalink / raw)
  To: openembedded-devel

On Fri, Apr 24, 2009 at 09:26:21AM +0200, Koen Kooi wrote:
> From: Stanislav Brabec <utx@penguin.cz>
> 
> 
> Signed-off-by: Koen Kooi <koen@openembedded.org>

Acked-by: Denys Dmytriyenko <denis@denix.org>

> ---
>  recipes/unzip/unzip_552.bb |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/recipes/unzip/unzip_552.bb b/recipes/unzip/unzip_552.bb
> index 2f06e1b..d880919 100644
> --- a/recipes/unzip/unzip_552.bb
> +++ b/recipes/unzip/unzip_552.bb
> @@ -6,7 +6,7 @@ PR = "r1"
>  SRC_URI = "http://ftp.info-zip.org/pub/infozip/src/unzip${PV}.tar.gz"
>  S = "${WORKDIR}/unzip-5.52"
>  
> -export LD = "${CC}"
> +export LD = "${CC} ${LDFLAGS}"
>  
>  do_compile() {
>          oe_runmake -f unix/Makefile generic
> -- 
> 1.5.6.5
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel



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

end of thread, other threads:[~2009-04-24  7:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-24  7:26 [STABLE][PATCH] unzip: GNU_HASH QA fix Koen Kooi
2009-04-24  7:47 ` Denys Dmytriyenko

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.