diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-08-02 17:23:15 +0000 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-08-02 17:23:15 +0000 |
commit | a90e9a08275bf5cdad4f439c66beca928e453cad (patch) | |
tree | 00d74c634b25aeef583a0be1083337fc07d4a8c0 /recipes/ezx | |
parent | 0131d2ec1d1e49a1facbc02234d5a70f8b67425e (diff) |
ezxd_svn: Honour LDFLAGS to avoid QA GNU_HASH error.
Diffstat (limited to 'recipes/ezx')
-rw-r--r-- | recipes/ezx/ezxd_svn.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/ezx/ezxd_svn.bb b/recipes/ezx/ezxd_svn.bb index ab1010c48e..ce0542fba2 100644 --- a/recipes/ezx/ezxd_svn.bb +++ b/recipes/ezx/ezxd_svn.bb @@ -19,6 +19,8 @@ S = "${WORKDIR}/${PN}" CFLAGS_append = " -DDEBUG " +TARGET_CC_ARCH += "${LDFLAGS}" + do_configure() { sed -i -e s:CROSS:CC:g Makefile } |