mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
nettle: bump to version 2.7
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
c4efbeb557
commit
b1c79ec15e
@ -1,10 +1,22 @@
|
|||||||
NETTLE_VERSION = 2.6
|
NETTLE_VERSION = 2.7
|
||||||
NETTLE_SITE = http://www.lysator.liu.se/~nisse/archive
|
NETTLE_SITE = http://www.lysator.liu.se/~nisse/archive
|
||||||
NETTLE_DEPENDENCIES = gmp
|
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
|
||||||
|
|
||||||
|
# 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)
|
||||||
|
NETTLE_CONF_OPT += --disable-assembler
|
||||||
|
endif
|
||||||
|
|
||||||
|
# ARM NEON
|
||||||
|
ifeq ($(BR2_ARM_CPU_HAS_NEON),y)
|
||||||
|
NETTLE_CONF_OPT += --enable-arm-neon
|
||||||
|
else
|
||||||
|
NETTLE_CONF_OPT += --disable-arm-neon
|
||||||
|
endif
|
||||||
|
|
||||||
define NETTLE_DITCH_DEBUGGING_CFLAGS
|
define NETTLE_DITCH_DEBUGGING_CFLAGS
|
||||||
$(SED) '/CFLAGS/ s/ -ggdb3//' $(@D)/configure
|
$(SED) '/CFLAGS/ s/ -ggdb3//' $(@D)/configure
|
||||||
endef
|
endef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user