Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/ntp/bin/ntpdc Add -lterminfo after -ledit, so t...



details:   https://anonhg.NetBSD.org/src/rev/ebcdb076bc04
branches:  trunk
changeset: 757503:ebcdb076bc04
user:      he <he%NetBSD.org@localhost>
date:      Wed Sep 01 16:26:11 2010 +0000

description:
Add -lterminfo after -ledit, so that this links when doing static
linking as well (found when building for the sun2 target).

diffstat:

 external/bsd/ntp/bin/ntpdc/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 7891d9fc89f5 -r ebcdb076bc04 external/bsd/ntp/bin/ntpdc/Makefile
--- a/external/bsd/ntp/bin/ntpdc/Makefile       Wed Sep 01 16:23:15 2010 +0000
+++ b/external/bsd/ntp/bin/ntpdc/Makefile       Wed Sep 01 16:26:11 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2010/08/28 15:42:45 kardel Exp $
+#      $NetBSD: Makefile,v 1.3 2010/09/01 16:26:11 he Exp $
 
 .include <bsd.own.mk>
 
@@ -11,8 +11,8 @@
        ntpdc-opts.c
 
 
-LDADD+=                -L${LIBNTP} -lntp -L${LIBISC} -liscntp -lm -ledit
-DPADD+=                ${LIBISC}/libiscntp.a ${LIBNTP}/libntp.a ${LIBM} ${LIBUTIL} ${LIBEDIT}
+LDADD+=                -L${LIBNTP} -lntp -L${LIBISC} -liscntp -lm -ledit -lterminfo
+DPADD+=                ${LIBISC}/libiscntp.a ${LIBNTP}/libntp.a ${LIBM} ${LIBUTIL} ${LIBEDIT} ${LIBTERMINFO}
 
 .include "${.CURDIR}/../Makefile.inc"
 



Home | Main Index | Thread Index | Old Index