projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a05362
)
[packages] ntpd: disable explicit request for linux capabilities since we don't have...
author
Nicolas Thill
<nico@openwrt.org>
Sat, 23 May 2009 03:19:47 +0000
(
03:19
+0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sat, 23 May 2009 03:19:47 +0000
(
03:19
+0000)
SVN-Revision: 16008
net/ntpd/Makefile
patch
|
blob
|
history
diff --git
a/net/ntpd/Makefile
b/net/ntpd/Makefile
index d8620a57c0cba0560ba6a42b8a2ea30421baf590..0756e5d9f5f70fc5832e7e9fe0b2d18d4b2b3865 100644
(file)
--- a/
net/ntpd/Makefile
+++ b/
net/ntpd/Makefile
@@
-99,7
+99,7
@@
define Build/Configure
--enable-NMEA \
--enable-LOCAL-CLOCK \
--enable-SHM \
- --
en
able-linuxcaps, \
+ --
dis
able-linuxcaps, \
ac_cv_lib_rt_sched_setscheduler=no \
)
endef