projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa02180
)
chrony: disable libcap
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 12 Jun 2012 01:56:55 +0000
(
01:56
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 12 Jun 2012 01:56:55 +0000
(
01:56
+0000)
SVN-Revision: 32256
net/chrony/Makefile
patch
|
blob
|
history
diff --git
a/net/chrony/Makefile
b/net/chrony/Makefile
index dc7b5ad0e5ecf163fc4a1a85c17acb257d3dda26..55f81caf25c1a7d5d3ef0f0b2c2f56fb97b4df2a 100644
(file)
--- a/
net/chrony/Makefile
+++ b/
net/chrony/Makefile
@@
-43,6
+43,7
@@
define Build/Configure
--prefix=/usr \
--with-readline-includes=$(STAGING_DIR)/usr/include \
--with-readline-library=$(STAGING_DIR)/usr/lib \
+ --disable-linuxcaps \
)
endef