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

git at git.openembedded.org git at git.openembedded.org
Thu Aug 18 08:28:44 UTC 2016


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

commit ff1ea43249c15dffd26b4976c57d2b4449c86968
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