mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user