diff options
Diffstat (limited to 'net/isc-dhcp41-server/files')
-rw-r--r-- | net/isc-dhcp41-server/files/patch-client__Makefile.in | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/net/isc-dhcp41-server/files/patch-client__Makefile.in b/net/isc-dhcp41-server/files/patch-client__Makefile.in index 9c9f72ebe548..cb02e370fe5d 100644 --- a/net/isc-dhcp41-server/files/patch-client__Makefile.in +++ b/net/isc-dhcp41-server/files/patch-client__Makefile.in @@ -1,5 +1,5 @@ ---- ./client/Makefile.in.orig 2010-01-07 19:47:06.000000000 -0500 -+++ ./client/Makefile.in 2010-05-02 20:38:26.000000000 -0400 +--- client/Makefile.in.orig 2010-01-07 19:47:06.000000000 -0500 ++++ client/Makefile.in 2010-05-29 17:24:48.814048529 -0400 @@ -351,8 +351,8 @@ @list='$(dist_sysconf_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ @@ -11,3 +11,17 @@ done uninstall-dist_sysconfDATA: +@@ -537,11 +537,11 @@ + + + dhclient.o: dhclient.c +- $(COMPILE) -DCLIENT_PATH='"$(sbindir)"' \ ++ $(COMPILE) -DCLIENT_PATH='"PATH=/sbin:/usr/sbin:$(sbindir)"' \ + -DLOCALSTATEDIR='"$(localstatedir)"' -c dhclient.c + + dhc6.o: dhc6.c +- $(COMPILE) -DCLIENT_PATH='"$(sbindir)"' \ ++ $(COMPILE) -DCLIENT_PATH='"PATH=/sbin:/usr/sbin:$(sbindir)"' \ + -DLOCALSTATEDIR='"$(localstatedir)"' -c dhc6.c + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. |