Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libcurses/slave Explicitly list -lterminfo after -...



details:   https://anonhg.NetBSD.org/src/rev/9416f75aad77
branches:  trunk
changeset: 764177:9416f75aad77
user:      he <he%NetBSD.org@localhost>
date:      Wed Apr 13 09:46:38 2011 +0000

description:
Explicitly list -lterminfo after -lcurses, to support static builds.

diffstat:

 tests/lib/libcurses/slave/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 27ff4752d73c -r 9416f75aad77 tests/lib/libcurses/slave/Makefile
--- a/tests/lib/libcurses/slave/Makefile        Wed Apr 13 08:45:00 2011 +0000
+++ b/tests/lib/libcurses/slave/Makefile        Wed Apr 13 09:46:38 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 2011/04/10 09:55:10 blymn Exp $
+#      $NetBSD: Makefile,v 1.2 2011/04/13 09:46:38 he Exp $
 #
 .include <bsd.own.mk>
 
@@ -12,6 +12,6 @@
 SRCS=  slave.c commands.c curses_commands.c
 
 CPPFLAGS+=     -g -I${.CURDIR} -I. -I${.CURDIR}/../director
-LDADD+=                -lcurses
+LDADD+=                -lcurses -lterminfo
 
 .include <bsd.test.mk>



Home | Main Index | Thread Index | Old Index