Installation of dhcpcd
Before installing dhcpcd, you need to download dhcpcd-1.3.22-pl1.patch.bz2 from and decompress it to your source directory.
Install dhcpcd by running the following commands:
patch -Np1 -i ../dhcpcd-1.3.22-pl1.patch &&
./configure --prefix="" --sysconfdir=/var/lib \
--mandir=/usr/share/man &&
make &&
make install