libtool: Let -fstack-protector passed to link step
authorKhem Raj <raj.khem@gmail.com>
Sat, 9 Jun 2012 16:43:02 +0000 (09:43 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 11 Jun 2012 12:49:50 +0000 (13:49 +0100)
commit6255d726261a7d01d5aaf9af80a79828a2eff9c8
tree7323a7b615988e2ca72db4a8ee5dced49da7b1b4
parentca453518d4cdb1c061d4d5ed5cce67167b4e87da
libtool: Let -fstack-protector passed to link step

linker should add -lssp to linker cmdline when
-fstack-protector therefore add this knowledge to libtool
otherwise packages will fail to link

(From OE-Core rev: d1756ff379ab310bfa6323d8643b7e9d764f94bf)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/libtool/libtool-2.4.2.inc
meta/recipes-devtools/libtool/libtool/respect-fstack-protector.patch [new file with mode: 0644]