Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/lua/sqlite Fix dependency.
details: https://anonhg.NetBSD.org/src/rev/1f5f5698ca97
branches: trunk
changeset: 770414:1f5f5698ca97
user: mbalmer <mbalmer%NetBSD.org@localhost>
date: Sun Oct 16 00:45:54 2011 +0000
description:
Fix dependency.
diffstat:
lib/lua/sqlite/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (15 lines):
diff -r 39c10e746009 -r 1f5f5698ca97 lib/lua/sqlite/Makefile
--- a/lib/lua/sqlite/Makefile Sun Oct 16 00:45:09 2011 +0000
+++ b/lib/lua/sqlite/Makefile Sun Oct 16 00:45:54 2011 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2011/10/15 10:26:30 mbalmer Exp $
+# $NetBSD: Makefile,v 1.2 2011/10/16 00:45:54 mbalmer Exp $
LUA_MODULES= sqlite
LUA_SRCS.sqlite= sqlite.c
-LDADD+= -lsqlite3
-
+LUA_DPLIBS+= sqlite3 \
+ ${.CURDIR}/../../../external/public-domain/sqlite/lib
.include <bsd.lua.mk>
Home |
Main Index |
Thread Index |
Old Index