diff options
author | Moritz Warning <moritzwarning@web.de> | 2014-09-30 03:48:25 +0200 |
---|---|---|
committer | Moritz Warning <moritzwarning@web.de> | 2014-09-30 11:29:08 +0200 |
commit | b4a4637182fc1f82e3c9f17c97528996b02890a4 (patch) | |
tree | f79ec602c6f99e32a76edc2b849b7a5e71c15f45 | |
parent | 5222bbf97fd8d5cd83b17cd29255ff48f23aa2c6 (diff) |
haveged: disable online testing
Signed-off-by: Moritz Warning <moritzwarning@web.de>
-rw-r--r-- | utils/haveged/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/utils/haveged/Makefile b/utils/haveged/Makefile index 61978a7ec..df2c91c73 100644 --- 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 |