summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-11-07 17:06:05 +0000
committerRoy Marples <roy@marples.name>2007-11-07 17:06:05 +0000
commit29a184f3e23d28af84c81e5db6be348cf16fe9ce (patch)
tree8a7c1ef8466d50e7edd00ce144c8cbee9b1bcd11 /README
parent1f8f3dbdc1f661c64cda2bcbda97df7a72c1d13b (diff)
downloaddhcpcd-29a184f3e23d28af84c81e5db6be348cf16fe9ce.tar.xz
make HAVE_FORK=yes|no should be used if cross compiling.
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index 89a27182..f5a60849 100644
--- a/README
+++ b/README
@@ -18,3 +18,9 @@ volatile, like say a LiveCD.
Then just make; make install
man dhcpcd for command line options
+
+
+Notes
+-----
+If you're cross compiling you may need to send HAVE_FORK=yes or HAVE_FORK=no
+to the make command to avoid to automatic test.