ezxd_svn: Honour LDFLAGS to avoid QA GNU_HASH error.
authorStefan Schmidt <stefan@datenfreihafen.org>
Sun, 2 Aug 2009 17:23:15 +0000 (17:23 +0000)
committerStefan Schmidt <stefan@datenfreihafen.org>
Sun, 2 Aug 2009 17:23:15 +0000 (17:23 +0000)
recipes/ezx/ezxd_svn.bb

index ab1010c..ce0542f 100644 (file)
@@ -19,6 +19,8 @@ S = "${WORKDIR}/${PN}"
 
 CFLAGS_append = " -DDEBUG " 
 
+TARGET_CC_ARCH += "${LDFLAGS}"
+
 do_configure() {
         sed -i -e s:CROSS:CC:g Makefile
 }