From: Nikos Mavrogiannopoulos Date: Sat, 5 Nov 2016 11:35:54 +0000 (+0100) Subject: nettle: enable fat build X-Git-Tag: v17.01.0-rc1~875 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fchunkeey.git;a=commitdiff_plain;h=00e0a7d6009b615c395ee103085f4a6fec106f8e nettle: enable fat build This allows to include optimizations such as ARM neon which are detected on run-time. Signed-off-by: Nikos Mavrogiannopoulos [Jo-Philipp Wich: picked from openwrt#191 and rebased onto LEDE master] Signed-off-by: Jo-Philipp Wich --- diff --git a/package/libs/nettle/Makefile b/package/libs/nettle/Makefile index 3d8beed9dc..5a8c3b12eb 100644 --- a/package/libs/nettle/Makefile +++ b/package/libs/nettle/Makefile @@ -40,6 +40,7 @@ TARGET_CFLAGS += $(FPIC) CONFIGURE_ARGS += \ --enable-shared \ + --enable-fat \ --disable-openssl \ --disable-documentation \ --enable-static