libs/gnutls: Fix selecting cryptodev support fails to depend on kmod-cryptodev
authorDaniel Dickinson <redacted>
Mon, 11 Jan 2016 07:30:53 +0000 (02:30 -0500)
committerDaniel Dickinson <redacted>
Mon, 11 Jan 2016 07:37:17 +0000 (02:37 -0500)
commit6e288a01bf4967be19109d92c4228cc5f26161d7
treec631e9e1fc23a87aa8d3508e30c0301117ed7984
parent272829f911f1add93123a17291f598a47909342a
libs/gnutls: Fix selecting cryptodev support fails to depend on kmod-cryptodev

It is not enough to select package kmod-cryptodev to avoid
build failure; there must be a Makefile dependency on
kmod-cryptodev in order for the build system to ensure
kmod-cryptodev (and it's headers) are present during build.

Therefore drop the select and add a conditional dependency.

Signed-off-by: Daniel Dickinson <redacted>
libs/gnutls/Config.in
libs/gnutls/Makefile
git clone https://git.99rst.org/PROJECT