diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-04-23 23:41:52 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-04-23 23:41:52 +0000 |
commit | f8f96581f7eda437dcc97bd65e5d95e4f73144eb (patch) | |
tree | 9a3ee56e590c370688015c4b8e5d526f60b79643 /recipes/pxaregs | |
parent | b3c9508c518b224e02917a803574d4e077d97640 (diff) |
pxaregs: GNU_HASH QA fix.
Diffstat (limited to 'recipes/pxaregs')
-rw-r--r-- | 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 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() { |