On Tue, Jan 06, 2015 at 11:40:21PM +0100, Steven Barth wrote: > mini-gmp is a minimal subset of libgmp maintained by the same people > While libgmp compiles to >400KB, adding mini-gmp only results in a > ~30KB size increase of nft without the need to link to gmplib. > This increase usability on embedded platforms optimizing for size > and having no other use for libgmp. > > This patchset: > * Adds mini-gmp from gmplib 6.0 and adds a configure switch > --with-mini-gmp to enable it > * Replaces the use of unsupported functions (gmp_printf, gmp_sscanf) > with suitable replacements > * Fixes some minor issues related to the change I think you mentioned to me already but configure: error: --with-mini-gmp MUST be used with --disable-debug any reason to enforce this? -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html