Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/dhcp the new release wants libisc (and thus lib...
details: https://anonhg.NetBSD.org/src/rev/71405ecdd06c
branches: trunk
changeset: 330499:71405ecdd06c
user: spz <spz%NetBSD.org@localhost>
date: Sat Jul 12 12:11:22 2014 +0000
description:
the new release wants libisc (and thus libisccfg) from bind
diffstat:
external/bsd/dhcp/Makefile.inc | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 525ec28f4d74 -r 71405ecdd06c external/bsd/dhcp/Makefile.inc
--- a/external/bsd/dhcp/Makefile.inc Sat Jul 12 12:09:37 2014 +0000
+++ b/external/bsd/dhcp/Makefile.inc Sat Jul 12 12:11:22 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.10 2014/01/16 13:55:46 christos Exp $
+# $NetBSD: Makefile.inc,v 1.11 2014/07/12 12:11:22 spz Exp $
WARNS?= 1 # XXX -Wshadow -Wcast-qual -Wsign-compare
@@ -23,7 +23,7 @@
CPPFLAGS+= -DISC_PLATFORM_USETHREADS -DHAVE_CONFIG_H
CPPFLAGS+= -I${DIST} -I${DIST}/includes -I${DIST}/../include
CPPFLAGS+= -I${BIND} -I${BIND}/includes -I${BIND}/../include
-.for dir in isc dns
+.for dir in isc dns irs
CPPFLAGS+= -I${BIND}/lib/${dir}/include
CPPFLAGS+= -I${BIND}/lib/${dir}/unix/include
CPPFLAGS+= -I${BIND}/lib/${dir}/pthreads/include
@@ -34,7 +34,7 @@
.if defined(PROG) && ${PROG} == "dhclient"
LDADD+=-Wl,-Bstatic
.endif
-LDADD+= -ldns -lisc
+LDADD+= -lirs -lisccfg -ldns -lisc
LDADD+=-lpthread
.if defined(PROG) && ${PROG} == "dhclient"
LDADD+=-Wl,-Bdynamic
Home |
Main Index |
Thread Index |
Old Index