Browse Source

haveged: disable online testing

Moritz Warning 10 years ago
parent
commit
b4a4637182
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      utils/haveged/Makefile

+ 3
- 2
utils/haveged/Makefile View File

@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=haveged
11 11
 PKG_VERSION:=1.9.1
12
-PKG_RELEASE:=4
12
+PKG_RELEASE:=5
13 13
 
14 14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
15 15
 PKG_SOURCE_URL:=http://www.issihosts.com/$(PKG_NAME) \
@@ -44,7 +44,8 @@ endef
44 44
 
45 45
 CONFIGURE_ARGS+= \
46 46
       --enable-daemon=yes \
47
-      --enable-threads=no
47
+      --enable-threads=no \
48
+      --enable-olt=no
48 49
 
49 50
 define Build/InstallDev
50 51
 	$(INSTALL_DIR) $(1)/usr/include