From 00e0a7d6009b615c395ee103085f4a6fec106f8e Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Sat, 5 Nov 2016 12:35:54 +0100 Subject: [PATCH] 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 --- package/libs/nettle/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2