diff options
author | Steven Barth <cyrus@openwrt.org> | 2014-06-18 10:04:43 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2014-06-18 10:04:43 +0000 |
commit | a0e19ec2f9aa8162bcb84659a5dbf5119cefb4b4 (patch) | |
tree | 93746eaaea56f8e90d2ff11051d928431f6ccfd4 /package/libs/nettle/Config.in | |
parent | 335529e207b9d3a694f9626803b17dc87f851625 (diff) | |
download | upstream-a0e19ec2f9aa8162bcb84659a5dbf5119cefb4b4.tar.gz upstream-a0e19ec2f9aa8162bcb84659a5dbf5119cefb4b4.tar.bz2 upstream-a0e19ec2f9aa8162bcb84659a5dbf5119cefb4b4.zip |
nettle: import from packages, update to 3.0
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 41248
Diffstat (limited to 'package/libs/nettle/Config.in')
-rw-r--r-- | package/libs/nettle/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/libs/nettle/Config.in b/package/libs/nettle/Config.in new file mode 100644 index 0000000000..0d4806ab3a --- /dev/null +++ b/package/libs/nettle/Config.in @@ -0,0 +1,9 @@ +# nettle avanced configuration + +menu "Configuration" + depends on PACKAGE_libnettle + +config LIBNETTLE_MINI + bool "use mini-gmp instead of gmp; the library will be much smaller at a 10x performance penalty. Note that this option may have side effects to programs that link to both nettle and gmp." + +endmenu |