build: add optional dependency on libssp to all non-kernel packages
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 20 Mar 2015 16:50:50 +0000 (16:50 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 20 Mar 2015 16:50:50 +0000 (16:50 +0000)
commit77467c7ea2a07f3c7558f9a032cb24118e62c1ff
treed482449569a8eedaf5b8a1a20681504befd9bda2
parent5f491931e92caa050299cc097d05d6cc0d8c1754
build: add optional dependency on libssp to all non-kernel packages

When enabling SSP_SUPPORT, a lot of packages fail during compile phase
with the following error:

Package X is missing dependencies for the following libraries:
libssp.so.0

This can be solved by adding an optional dependency on libssp to all
those packages, but as there are quite a few packages both in OpenWrt
core and in the package repository, it might make sense to add this
optional dependency to all non-kernel packages, instead of polluting
lots of package dependency lines with it.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44911 3c298f89-4303-0410-b956-a3cf2f4a3e73
include/package-defaults.mk