Module Name: src
Committed By: matt
Date: Thu Feb 14 19:18:38 UTC 2013
Modified Files:
src/external/public-domain/sqlite/lib: Makefile
Log Message:
Link against libm
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/public-domain/sqlite/lib/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/lib/Makefile
diff -u src/external/public-domain/sqlite/lib/Makefile:1.1 src/external/public-domain/sqlite/lib/Makefile:1.2
--- src/external/public-domain/sqlite/lib/Makefile:1.1 Thu Oct 13 21:40:28 2011
+++ src/external/public-domain/sqlite/lib/Makefile Thu Feb 14 19:18:38 2013
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2011/10/13 21:40:28 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2013/02/14 19:18:38 matt Exp $
LIB= sqlite3
INCS= sqlite3.h sqlite3ext.h
@@ -8,6 +8,8 @@ SRCS= sqlite3.c
CFLAGS+= -DNDEBUG
+LIBDPLIBS+= m ${NETBSDSRCDIR}/lib/libm
+
FILES+= sqlite3.pc
FILESOWN_sqlite3.pc= ${BINOWN}
FILESGRP_sqlite3.pc= ${BINGRP}