[oe-commits] Stanislav Brabec : unzip: GNU_HASH QA fix.

GIT User account git at amethyst.openembedded.net
Tue Apr 28 12:26:27 UTC 2009


Module: openembedded.git
Branch: stable/2009
Commit: 450798417c16ed8425feebb997f93fbfc4e0104c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=450798417c16ed8425feebb997f93fbfc4e0104c

Author: Stanislav Brabec <utx at penguin.cz>
Date:   Thu Apr 23 21:26:21 2009 +0000

unzip: GNU_HASH QA fix.

Signed-off-by: Koen Kooi <koen at openembedded.org>
Acked-by: Denys Dmytriyenko <denis at 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





More information about the Openembedded-commits mailing list