diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2010-05-29 22:20:30 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2010-05-29 22:20:30 +0000 |
commit | 213a856db39a20fda49286ff79953c9948968895 (patch) | |
tree | f82652477c83e00bf505ee38b299fc955839a106 /net/isc-dhcp41-server/files | |
parent | a189bfef134c643ffb1b5250856ca40b3a3a663d (diff) |
Notes
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. |