diff options
| author | Roy Marples <roy@marples.name> | 2008-07-31 23:44:08 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-07-31 23:44:08 +0000 |
| commit | 43603fad752ece99c37bf8a763a8e0fd27de4f66 (patch) | |
| tree | 0b2dbadfcfc73a1615b7e4b42d9fd91c14097e71 /README | |
| parent | 37a596da190297812137b740303a33d14633cacc (diff) | |
| download | dhcpcd-43603fad752ece99c37bf8a763a8e0fd27de4f66.tar.xz | |
Document monotonic clock warning and solution.
Diffstat (limited to 'README')
| -rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -18,6 +18,12 @@ OS=BSD | Linux If you're building for a NOMMU system where fork() does not work, you should add -DTHERE_IS_NO_FORK to your CPPFLAGS. +dhcpcd will try and use a monotonic clock when possible. +Some libc implementations do not correctly report that they have a monotonic +clock, but they have the headers to make it work. dhcpcd will warn about this. +To force the use of a monotonic clock you can add -DFORCE_MONOTONIC +to your CPPFLAGS. + You can change the default dir with these knobs. For example, to satisfy FHS compliance you would do this:- LIBEXECDIR=/lib/dhcpcd |
