From b3c9508c518b224e02917a803574d4e077d97640 Mon Sep 17 00:00:00 2001 From: Stanislav Brabec Date: Thu, 23 Apr 2009 23:35:21 +0000 Subject: [PATCH] unzip: GNU_HASH QA fix. --- recipes/unzip/unzip_552.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/unzip/unzip_552.bb b/recipes/unzip/unzip_552.bb index 2f06e1b1c6..d8809196d8 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 -- 2.39.5