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/2de788bd8a4c
branches:  trunk
changeset: 338275:2de788bd8a4c
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 9a577fc34d6a -r 2de788bd8a4c 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