From f8f96581f7eda437dcc97bd65e5d95e4f73144eb Mon Sep 17 00:00:00 2001 From: Stanislav Brabec Date: Thu, 23 Apr 2009 23:41:52 +0000 Subject: pxaregs: GNU_HASH QA fix. --- recipes/pxaregs/pxaregs_1.14.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/pxaregs') 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() { -- cgit 1.2.3-korg