SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
13
net/isc-dhcp/patches/patch-client_Makefile_in
Normal file
13
net/isc-dhcp/patches/patch-client_Makefile_in
Normal file
|
@ -0,0 +1,13 @@
|
|||
Index: client/Makefile.in
|
||||
--- client/Makefile.in.orig
|
||||
+++ client/Makefile.in
|
||||
@@ -370,7 +370,8 @@ top_srcdir = @top_srcdir@
|
||||
# production code. Sadly, we are not there yet.
|
||||
SUBDIRS = . tests
|
||||
AM_CPPFLAGS = -DCLIENT_PATH='"PATH=$(sbindir):/sbin:/bin:/usr/sbin:/usr/bin"' \
|
||||
- -DLOCALSTATEDIR='"$(localstatedir)"'
|
||||
+ -DLOCALSTATEDIR='"$(localstatedir)"' \
|
||||
+ -D_PATH_DHCLIENT_SCRIPT='"$(sbindir)/dhclient-script"'
|
||||
dist_sysconf_DATA = dhclient.conf.example
|
||||
dhclient_SOURCES = client_tables.c clparse.c dhclient.c dhc6.c \
|
||||
scripts/bsdos scripts/freebsd scripts/linux scripts/macos \
|
Loading…
Add table
Add a link
Reference in a new issue