projects
/
openwrt
/
staging
/
kaloz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fe34d2
)
nettle: enable fat build
author
Nikos Mavrogiannopoulos
<nmav@gnutls.org>
Sat, 5 Nov 2016 11:35:54 +0000
(12:35 +0100)
committer
Jo-Philipp Wich
<jo@mein.io>
Mon, 14 Nov 2016 12:03:53 +0000
(13:03 +0100)
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>
package/libs/nettle/Makefile
patch
|
blob
|
history
diff --git
a/package/libs/nettle/Makefile
b/package/libs/nettle/Makefile
index 3d8beed9dc6482c21fdfd15a216cb67067b1669a..5a8c3b12eb071e9954b2833e797200d5b77dfb3b 100644
(file)
--- 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