nettle: enable fat build
This allows to include optimizations such as ARM neon which are detected on run-time. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> [Jo-Philipp Wich: picked from openwrt#191 and rebased onto LEDE master] Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
0fe34d27e2
commit
00e0a7d600
|
@ -40,6 +40,7 @@ TARGET_CFLAGS += $(FPIC)
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
|
--enable-fat \
|
||||||
--disable-openssl \
|
--disable-openssl \
|
||||||
--disable-documentation \
|
--disable-documentation \
|
||||||
--enable-static
|
--enable-static
|
||||||
|
|
Loading…
Reference in New Issue