git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
b6e7afe
)
haveged: disable MIPS16
author
Hannu Nyman
<redacted>
Mon, 12 Mar 2018 19:38:41 +0000
(21:38 +0200)
committer
Hannu Nyman
<redacted>
Mon, 12 Mar 2018 19:38:41 +0000
(21:38 +0200)
Disable MIPS16 usage so that haveged compiles ok with GCC 7.3
for MIPS targets.
Signed-off-by: Hannu Nyman <redacted>
utils/haveged/Makefile
patch
|
blob
|
history
diff --git
a/utils/haveged/Makefile
b/utils/haveged/Makefile
index acc3989206909c8248af55824c256ef0d5591ec9..1ce3a4380549dd1ea50aa117cb3bd69b6ce3dc6b 100644
(file)
--- a/
utils/haveged/Makefile
+++ b/
utils/haveged/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=haveged
PKG_VERSION:=1.9.2
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/haveged \
@@
-20,6
+20,7
@@
PKG_LICENSE:=GPLv3
PKG_MAINTAINER:=Hannu Nyman <hannu.nyman@iki.fi>
PKG_BUILD_PARALLEL:=1
+PKG_USE_MIPS16:=0
include $(INCLUDE_DIR)/package.mk
git clone https://git.99rst.org/PROJECT