Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/dhcpcd/sbin/dhcpcd Inform dhcpcd we have config...



details:   https://anonhg.NetBSD.org/src/rev/4bcf4c935f33
branches:  trunk
changeset: 808417:4bcf4c935f33
user:      roy <roy%NetBSD.org@localhost>
date:      Sat May 16 23:33:33 2015 +0000

description:
Inform dhcpcd we have config.h file to load.

diffstat:

 external/bsd/dhcpcd/sbin/dhcpcd/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 6308c63eaf3a -r 4bcf4c935f33 external/bsd/dhcpcd/sbin/dhcpcd/Makefile
--- a/external/bsd/dhcpcd/sbin/dhcpcd/Makefile  Sat May 16 23:31:32 2015 +0000
+++ b/external/bsd/dhcpcd/sbin/dhcpcd/Makefile  Sat May 16 23:33:33 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2015/03/27 11:35:02 roy Exp $
+# $NetBSD: Makefile,v 1.25 2015/05/16 23:33:33 roy Exp $
 #
 
 PROG=          dhcpcd
@@ -10,6 +10,8 @@
 WARNS?=                6
 USE_FORT?=     yes     # network client (local server)
 
+CPPFLAGS+=     -DHAVE_CONFIG_H
+
 .include <bsd.own.mk>
 
 SRCS+=         auth.c hmac_md5.c



Home | Main Index | Thread Index | Old Index