From: Roy Marples Date: Tue, 12 May 2020 10:24:42 +0000 (+0100) Subject: We nolonger use getline. X-Git-Tag: v9.1.0~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2dafdcabb5df865924727c0548b3e745da68c87;p=thirdparty%2Fdhcpcd.git We nolonger use getline. --- diff --git a/BUILDING.md b/BUILDING.md index d14474ee..fb21c9f7 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -150,10 +150,6 @@ Both targets support DESTDIR to set the installation directory, if unset it defaults to `/tmp/dhcpcd-$VERSION` Example: `make DESTDIR=/usr/src/contrib/dhcpcd import-src` -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 Not all the hooks in dhcpcd-hooks are installed by default.