diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2009-04-24 11:42:38 +0400 |
---|---|---|
committer | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2009-04-24 11:42:38 +0400 |
commit | 66ea865ca49add67cc31f2a1c2d483e08df8c3cf (patch) | |
tree | ca8a72e6c2e78b43c599beabd9b05c1af29652c6 /recipes/unzip/unzip_552.bb | |
parent | c8e1d3d2d8e335d3cc5d4cdbb832d93863a2b137 (diff) | |
parent | b4d5cf802d35f58a5c357864eb137c9b45b1cd01 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/unzip/unzip_552.bb')
-rw-r--r-- | 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 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 |