[oe-commits] [openembedded-core] 35/39: nss: Explicitly link with libssp on musl/ppc

git at git.openembedded.org git at git.openembedded.org
Thu Mar 24 21:45:40 UTC 2016


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

commit 60d227350ecb5f7553c449c2bb218e310eba644f
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Thu Mar 24 15:24:35 2016 +0000

    nss: Explicitly link with libssp on musl/ppc
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-support/nss/nss_3.21.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-support/nss/nss_3.21.bb b/meta/recipes-support/nss/nss_3.21.bb
index d2e2411..9f2626b 100644
--- a/meta/recipes-support/nss/nss_3.21.bb
+++ b/meta/recipes-support/nss/nss_3.21.bb
@@ -41,6 +41,7 @@ TD = "${S}/tentative-dist"
 TDS = "${S}/tentative-dist-staging"
 
 TARGET_CC_ARCH += "${LDFLAGS}"
+SECURITY_LDFLAGS_append_powerpc = " -lssp_nonshared -lssp"
 
 do_configure_prepend_libc-musl () {
     sed -i -e '/-DHAVE_SYS_CDEFS_H/d' ${S}/nss/lib/dbm/config/config.mk

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


More information about the Openembedded-commits mailing list