Source-Changes-HG archive

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

[src/trunk]: src/external/public-domain/sqlite/bin Make this build statically...



details:   https://anonhg.NetBSD.org/src/rev/5e4bf7e7c60f
branches:  trunk
changeset: 770436:5e4bf7e7c60f
user:      he <he%NetBSD.org@localhost>
date:      Sun Oct 16 21:31:15 2011 +0000

description:
Make this build statically also by linking with -lterminfo as well.

diffstat:

 external/public-domain/sqlite/bin/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r cb33769db54f -r 5e4bf7e7c60f external/public-domain/sqlite/bin/Makefile
--- a/external/public-domain/sqlite/bin/Makefile        Sun Oct 16 21:02:31 2011 +0000
+++ b/external/public-domain/sqlite/bin/Makefile        Sun Oct 16 21:31:15 2011 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.1 2011/10/13 21:40:27 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2011/10/16 21:31:15 he Exp $
 
 PROG=          sqlite3
 
 SRCS=          shell.c
 
-DPADD+=                ${LIBSQLITE3} ${LIBEDIT}
-LDADD+=                -lsqlite3 -ledit
+DPADD+=                ${LIBSQLITE3} ${LIBEDIT} ${LIBTERIMINFO}
+LDADD+=                -lsqlite3 -ledit -lterminfo
 
 NOMAN=
 



Home | Main Index | Thread Index | Old Index