From: Stanislav Brabec Date: Thu, 23 Apr 2009 23:41:52 +0000 (+0000) Subject: pxaregs: GNU_HASH QA fix. X-Git-Tag: Release-2010-05/1~3698^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8f96581f7eda437dcc97bd65e5d95e4f73144eb;p=openembedded.git pxaregs: GNU_HASH QA fix. --- 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() {