mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 05:06:39 +00:00
package/iputils: add support for nettle
Signed-off-by: Martin Bark <martin@barkynet.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
eae103ea24
commit
73b56118f2
@ -33,6 +33,13 @@ else
|
|||||||
IPUTILS_MAKE_OPTS += USE_CAP=no
|
IPUTILS_MAKE_OPTS += USE_CAP=no
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_NETTLE),y)
|
||||||
|
IPUTILS_MAKE_OPTS += USE_NETTLE=yes
|
||||||
|
IPUTILS_DEPENDENCIES += nettle
|
||||||
|
else
|
||||||
|
IPUTILS_MAKE_OPTS += USE_NETTLE=no
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
||||||
IPUTILS_MAKE_OPTS += USE_CRYPTO=yes
|
IPUTILS_MAKE_OPTS += USE_CRYPTO=yes
|
||||||
IPUTILS_DEPENDENCIES += openssl
|
IPUTILS_DEPENDENCIES += openssl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user