[oe-commits] [openembedded-core] 06/17: XXX prelink: fix on older host gcc

git at git.openembedded.org git at git.openembedded.org
Wed Aug 17 12:07:43 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit da6e6087b3ef4e331e8164762717aec6bceda282
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Tue Aug 16 23:41:31 2016 +0100

    XXX prelink: fix on older host gcc
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/prelink/prelink_git.bb | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/prelink/prelink_git.bb b/meta/recipes-devtools/prelink/prelink_git.bb
index 5f72b2a..afac192 100644
--- a/meta/recipes-devtools/prelink/prelink_git.bb
+++ b/meta/recipes-devtools/prelink/prelink_git.bb
@@ -37,7 +37,9 @@ OVERRIDES_append = ":${TARGET_OS_ORIG}"
 
 S = "${WORKDIR}/git"
 
-inherit autotools 
+inherit autotools
+
+CFLAGS_append += " -std=gnu99"
 
 BBCLASSEXTEND = "native"
 
@@ -78,4 +80,3 @@ fi
 
 prelink -au
 }
-

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list