]> git.ipfire.org Git - thirdparty/nftables.git/commit
build: add --with-mini-gmp switch to disable linking libgmp
authorSteven Barth <cyrus@openwrt.org>
Thu, 8 Jan 2015 06:54:34 +0000 (07:54 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 8 Jan 2015 11:23:13 +0000 (12:23 +0100)
commitb3529cf43bba5c3c4cddefa7f5d0143d510fd3ec
tree20bb09a946f083601714a3fa38aab99c1f5fdbb7
parentc434c709e0a8e0ca2aa92ad139b61025173ae033
build: add --with-mini-gmp switch to disable linking libgmp

This allows to disable linking the >400 KB big libgmp and replace it
with the builtin mini-gmp which only increases size by ~30KB.

Enabling this selectively decreases debugging verbosity (pr_debug).

Signed-off-by: Steven Barth <cyrus@openwrt.org>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
INSTALL
configure.ac
include/expression.h
include/gmputil.h
include/mini-gmp.h [new file with mode: 0644]
include/utils.h
src/Makefile.am
src/gmputil.c
src/mini-gmp.c [new file with mode: 0644]