Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/mpl/dhcp Fix static build
details: https://anonhg.NetBSD.org/src/rev/c11f496bebe0
branches: trunk
changeset: 933469:c11f496bebe0
user: christos <christos%NetBSD.org@localhost>
date: Mon May 25 15:37:50 2020 +0000
description:
Fix static build
diffstat:
external/mpl/dhcp/Makefile.inc | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r cfd9098d89f8 -r c11f496bebe0 external/mpl/dhcp/Makefile.inc
--- a/external/mpl/dhcp/Makefile.inc Mon May 25 15:14:04 2020 +0000
+++ b/external/mpl/dhcp/Makefile.inc Mon May 25 15:37:50 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.6 2020/05/24 19:50:12 christos Exp $
+# $NetBSD: Makefile.inc,v 1.7 2020/05/25 15:37:50 christos Exp $
WARNS?= 1 # XXX -Wshadow -Wcast-qual -Wsign-compare
@@ -37,8 +37,8 @@
# would be to install the libraries in /lib...
LDADD+=-Wl,-Bstatic
.endif
-LDADD+= -lirs -lisccfg -ldns -lisc -luv
-DPADD+= ${LIBIRS} ${LIBISCCFG} ${LIBDNS} ${LIBISC} ${LIBUV}
+LDADD+= -lirs -lisccfg -ldns -lisc -luv -lkvm
+DPADD+= ${LIBIRS} ${LIBISCCFG} ${LIBDNS} ${LIBISC} ${LIBUV} ${LIBKVM}
LDADD+= -lpthread -lz
DPADD+= ${LIBPTHREAD} ${LIBZ}
.if (${MKKERBEROS} != "no")
Home |
Main Index |
Thread Index |
Old Index