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/ntpq Another addition of -lterminfo aft...



details:   https://anonhg.NetBSD.org/src/rev/0629210b7329
branches:  trunk
changeset: 757504:0629210b7329
user:      he <he%NetBSD.org@localhost>
date:      Wed Sep 01 16:43:39 2010 +0000

description:
Another addition of -lterminfo after -ledit, so this links statically as well.

diffstat:

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

diffs (20 lines):

diff -r ebcdb076bc04 -r 0629210b7329 external/bsd/ntp/bin/ntpq/Makefile
--- a/external/bsd/ntp/bin/ntpq/Makefile        Wed Sep 01 16:26:11 2010 +0000
+++ b/external/bsd/ntp/bin/ntpq/Makefile        Wed Sep 01 16:43:39 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:43:39 he Exp $
 
 # NOGCCERROR=yes
 
@@ -12,8 +12,8 @@
        ntpq-subs.c                             \
        ntpq-opts.c
 
-LDADD+=                -L${LIBNTP} -lntp -L${LIBOPTS} -lopts -L${LIBISC} -liscntp -ledit -lm 
-#DPADD+=               ${LIBISC}/libiscntp.a ${LIBOPTS}/libopts.a  ${LIBNTP}/libntp.a ${LIBM} ${LIBUTIL}
+LDADD+=                -L${LIBNTP} -lntp -L${LIBOPTS} -lopts -L${LIBISC} -liscntp -ledit -lterminfo -lm 
+#DPADD+=               ${LIBISC}/libiscntp.a ${LIBOPTS}/libopts.a  ${LIBNTP}/libntp.a ${LIBEDIT} ${LIBTERMINFO} ${LIBM}
 
 .include "${.CURDIR}/../Makefile.inc"
 



Home | Main Index | Thread Index | Old Index