[oe-commits] [meta-openembedded] 14/39: libsigc++: Disable PIE in SECURITY_FLAGS

git at git.openembedded.org git at git.openembedded.org
Wed Apr 26 18:14:28 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch master
in repository meta-openembedded.

commit dc86996a9ed51f718a27d4b8ad1b0f9a089ca3e7
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Sun Apr 23 22:20:48 2017 -0700

    libsigc++: Disable PIE in SECURITY_FLAGS
    
    doesnt compile yet
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.10.0.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.10.0.bb b/meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.10.0.bb
index 00d465c..53bd5de 100644
--- a/meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.10.0.bb
+++ b/meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.10.0.bb
@@ -19,3 +19,4 @@ FILES_${PN}-dev += "${libdir}/sigc++-*/"
 FILES_${PN}-doc += "${datadir}/devhelp"
 
 BBCLASSEXTEND = "native"
+SECURITY_CFLAGS = "${SECURITY_NO_PIE_CFLAGS}"

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


More information about the Openembedded-commits mailing list