summaryrefslogtreecommitdiffstats
path: root/recipes/pxaregs
diff options
context:
space:
mode:
authorStanislav Brabec <utx@penguin.cz>2009-04-23 23:41:52 +0000
committerutx@penguin.cz <utx@penguin.cz>2009-04-23 23:41:52 +0000
commitf8f96581f7eda437dcc97bd65e5d95e4f73144eb (patch)
tree9a3ee56e590c370688015c4b8e5d526f60b79643 /recipes/pxaregs
parentb3c9508c518b224e02917a803574d4e077d97640 (diff)
downloadopenembedded-f8f96581f7eda437dcc97bd65e5d95e4f73144eb.tar.gz
pxaregs: GNU_HASH QA fix.
Diffstat (limited to 'recipes/pxaregs')
-rw-r--r--recipes/pxaregs/pxaregs_1.14.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/pxaregs/pxaregs_1.14.bb b/recipes/pxaregs/pxaregs_1.14.bb
index d57dacef51..ada5220bf0 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() {