mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
nettle: disable openssl support for (unused) examples
Works around a linker issue when statically linking: http://autobuild.buildroot.net/results/e3f43fed8f57c52e07e20055f11680f8200fb65e/ Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
f72755c7e1
commit
58417d942c
@ -10,6 +10,9 @@ NETTLE_DEPENDENCIES = gmp
|
|||||||
NETTLE_INSTALL_STAGING = YES
|
NETTLE_INSTALL_STAGING = YES
|
||||||
NETTLE_LICENSE = LGPLv2.1+
|
NETTLE_LICENSE = LGPLv2.1+
|
||||||
NETTLE_LICENSE_FILES = COPYING.LIB
|
NETTLE_LICENSE_FILES = COPYING.LIB
|
||||||
|
# don't include openssl support for (unused) examples as it has problems
|
||||||
|
# with static linking
|
||||||
|
NETTLE_CONF_OPT = --disable-openssl
|
||||||
|
|
||||||
# ARM assembly requires v6+ ISA
|
# ARM assembly requires v6+ ISA
|
||||||
ifeq ($(BR2_arm7tdmi)$(BR2_arm720t)$(BR2_arm920t)$(BR2_arm922t)$(BR2_arm926t)$(BR2_arm10t)$(BR2_fa526)$(BR2_strongarm)$(BR2_xscale)$(BR2_iwmmxt),y)
|
ifeq ($(BR2_arm7tdmi)$(BR2_arm720t)$(BR2_arm920t)$(BR2_arm922t)$(BR2_arm926t)$(BR2_arm10t)$(BR2_fa526)$(BR2_strongarm)$(BR2_xscale)$(BR2_iwmmxt),y)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user