Module Name: src
Committed By: he
Date: Sun Oct 16 21:31:16 UTC 2011
Modified Files:
src/external/public-domain/sqlite/bin: Makefile
Log Message:
Make this build statically also by linking with -lterminfo as well.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/public-domain/sqlite/bin/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/public-domain/sqlite/bin/Makefile
diff -u src/external/public-domain/sqlite/bin/Makefile:1.1 src/external/public-domain/sqlite/bin/Makefile:1.2
--- src/external/public-domain/sqlite/bin/Makefile:1.1 Thu Oct 13 21:40:27 2011
+++ src/external/public-domain/sqlite/bin/Makefile Sun Oct 16 21:31:15 2011
@@ -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=