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

GIT User account git at amethyst.openembedded.net
Thu Apr 23 23:46:38 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: f8f96581f7eda437dcc97bd65e5d95e4f73144eb
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f8f96581f7eda437dcc97bd65e5d95e4f73144eb

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

pxaregs: GNU_HASH QA fix.

---

 recipes/pxaregs/pxaregs_1.14.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/pxaregs/pxaregs_1.14.bb b/recipes/pxaregs/pxaregs_1.14.bb
index d57dace..ada5220 100644
--- a/recipes/pxaregs/pxaregs_1.14.bb
+++ b/recipes/pxaregs/pxaregs_1.14.bb
@@ -12,7 +12,7 @@ SRC_URI = "http://www.mn-logistik.de/unsupported/pxa250/pxaregs.c \
 S = "${WORKDIR}"
 
 do_compile() {
-    ${CC} pxaregs.c -o pxaregs ${CFLAGS}
+    ${CC} pxaregs.c -o pxaregs ${CFLAGS} ${LDFLAGS}
 }
 
 do_install() {





More information about the Openembedded-commits mailing list