summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2009-11-20 12:20:10 +0000
committerRoy Marples <roy@marples.name>2009-11-20 12:20:10 +0000
commitf95d71368ff196660288e4d2535e3104b1c54974 (patch)
treefb0b45a27622a6db6bdd774547036c29eec7582c /README
parent9aca71710cbcdf571d0122be6dcd12b724a1dce2 (diff)
downloaddhcpcd-f95d71368ff196660288e4d2535e3104b1c54974.tar.xz
Allow --without-getline to skip the getline test.
This makes NetBSD importing a little easier.
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index 0e90f032..6adf32f9 100644
--- a/README
+++ b/README
@@ -42,6 +42,9 @@ BSD systems where this has been fixed are:
To prepare dhcpcd for import into a platform source tree (like NetBSD)
you can use the make import target to create /tmp/dhcpcd-$version and
populate it with all the source files and hooks needed.
+In this instance, you may wish to disable some configured tests when
+the binary has to run on older versions which lack support, such as getline.
+./configure --without-getline
Hooks