isc-dhcp: bump version to latest and fix build issues

Version bumped to 4.3.5.  Separated out compile/install steps since
compiling with $DESTDIR yields bogus results. Removed rfc-3527 patch
as something similar (better) is now upstream (well, more complete
error checking anyway). Change relay scripts from '-l ifname' to
'-U ifname' to correspond to upstream changes.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
This commit is contained in:
Philip Prindeville
2016-12-23 17:24:56 -07:00
parent 811595c848
commit ac531a9c54
4 changed files with 16 additions and 106 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ start() {
if [ -n "$relay_lowers" ]; then
local relay_lower
for relay_lower in $relay_lowers; do
append relay_lower_args "-l $relay_lower"
append relay_lower_args "-U $relay_lower"
done
fi