diff options
| author | Roy Marples <roy@marples.name> | 2009-11-20 12:20:10 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2009-11-20 12:20:10 +0000 |
| commit | f95d71368ff196660288e4d2535e3104b1c54974 (patch) | |
| tree | fb0b45a27622a6db6bdd774547036c29eec7582c /README | |
| parent | 9aca71710cbcdf571d0122be6dcd12b724a1dce2 (diff) | |
| download | dhcpcd-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-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
