summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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() {