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:
5222bbf
)
haveged: disable online testing
author
Moritz Warning
<redacted>
Tue, 30 Sep 2014 01:48:25 +0000
(
03:48
+0200)
committer
Moritz Warning
<redacted>
Tue, 30 Sep 2014 09:29:08 +0000
(11:29 +0200)
Signed-off-by: Moritz Warning <redacted>
utils/haveged/Makefile
patch
|
blob
|
history
diff --git
a/utils/haveged/Makefile
b/utils/haveged/Makefile
index 61978a7ecb0bb0d95dab74d9c76a96d745bcbf9f..df2c91c739e7d4a12fa47a2077b5a6afd6f9604f 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.1
-PKG_RELEASE:=
4
+PKG_RELEASE:=
5
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.issihosts.com/$(PKG_NAME) \
@@
-44,7
+44,8
@@
endef
CONFIGURE_ARGS+= \
--enable-daemon=yes \
- --enable-threads=no
+ --enable-threads=no \
+ --enable-olt=no
define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/include
git clone https://git.99rst.org/PROJECT