build: add optional dependency on libssp to all non-kernel packages
authorFelix Fietkau <nbd@openwrt.org>
Fri, 20 Mar 2015 16:50:50 +0000 (16:50 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Fri, 20 Mar 2015 16:50:50 +0000 (16:50 +0000)
commitc4849009c110501dcc9e9d3ec86e462ff0a4bb89
treed482449569a8eedaf5b8a1a20681504befd9bda2
parenta01cf82297607c9f0cd2e5e61044d44490f1a26f
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>
SVN-Revision: 44911
include/package-defaults.mk