projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2317d7
)
chrony: disable sechash support
5892/head
author
Miroslav Lichvar
<mlichvar0@gmail.com>
Tue, 10 Apr 2018 06:54:48 +0000
(08:54 +0200)
committer
Miroslav Lichvar
<mlichvar0@gmail.com>
Tue, 10 Apr 2018 07:00:16 +0000
(09:00 +0200)
Don't use the Nettle library (or NSS, libtomcrypt) even if it is
available.
Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
net/chrony/Makefile
patch
|
blob
|
history
diff --git
a/net/chrony/Makefile
b/net/chrony/Makefile
index 923c5b45d101326c422c9ec7c9df27c591c6017c..4bfdb0a00460a1bd2a1d79de6d9f375889729da0 100644
(file)
--- a/
net/chrony/Makefile
+++ b/
net/chrony/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=chrony
PKG_VERSION:=3.3
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://download.tuxfamily.org/chrony/
@@
-53,6
+53,7
@@
CONFIGURE_ARGS+= \
--chronyrundir=/var/run/chrony \
--disable-readline \
--disable-rtc \
+ --disable-sechash \
--with-user=chrony
CONFIGURE_VARS+=CPPFLAGS=-DNDEBUG