encdec-updater: GNU_HASH QA fix.
authorStanislav Brabec <utx@penguin.cz>
Thu, 30 Apr 2009 12:17:12 +0000 (12:17 +0000)
committerutx@penguin.cz <utx@penguin.cz>
Thu, 30 Apr 2009 12:17:12 +0000 (12:17 +0000)
recipes/zaurus-updater/encdec-updater.bb

index c03e9b4..72ecdca 100644 (file)
@@ -7,7 +7,7 @@ SRC_URI = "file://encdec-updater.c"
 COMPATIBLE_MACHINE = '(poodle|c7x0|spitz|akita|tosa)'
 
 do_compile() {
-       ${CC} -o encdec-updater ${WORKDIR}/encdec-updater.c
+       ${CC} ${LDFLAGS} -o encdec-updater ${WORKDIR}/encdec-updater.c
 }
 
 do_install() {