• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/nettle/nettle.mk
Gustavo ZacariasGustavo Zacarias committed 3f1581661c730 Jan 2016
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
################################################################################
2
#
3
# nettle
4
#
5
################################################################################
6
​
7
NETTLE_VERSION = 3.2
8
NETTLE_SITE = http://www.lysator.liu.se/~nisse/archive
9
NETTLE_DEPENDENCIES = gmp
10
NETTLE_INSTALL_STAGING = YES
11
NETTLE_LICENSE = Dual GPLv2+/LGPLv3+
12
NETTLE_LICENSE_FILES = COPYING.LESSERv3 COPYINGv2
13
# don't include openssl support for (unused) examples as it has problems
14
# with static linking
15
NETTLE_CONF_OPTS = --disable-openssl
16
​
17
# ARM assembly requires v6+ ISA
18
ifeq ($(BR2_ARM_CPU_ARMV4)$(BR2_ARM_CPU_ARMV5),y)
19
NETTLE_CONF_OPTS += --disable-assembler
20
endif
21
​
22
ifeq ($(BR2_ARM_CPU_HAS_NEON),y)
23
NETTLE_CONF_OPTS += --enable-arm-neon
24
else
25
NETTLE_CONF_OPTS += --disable-arm-neon
26
endif
27
​
28
$(eval $(autotools-package))
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.