projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7632358
)
nettle: disable mips16 support to improve performance
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 31 Aug 2014 12:03:43 +0000
(12:03 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 31 Aug 2014 12:03:43 +0000
(12:03 +0000)
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
SVN-Revision: 42341
package/libs/nettle/Makefile
patch
|
blob
|
history
diff --git
a/package/libs/nettle/Makefile
b/package/libs/nettle/Makefile
index 4b0ce0bad949c3146946fdab224e8bed92288109..c655b724ad49a42b6673e699cb5690e98bfa1a01 100644
(file)
--- a/
package/libs/nettle/Makefile
+++ b/
package/libs/nettle/Makefile
@@
-10,6
+10,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=nettle
PKG_VERSION:=2.7.1
PKG_RELEASE:=1
+PKG_USE_MIPS16:=0
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@GNU/nettle