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/lib Link against libm



details:   https://anonhg.NetBSD.org/src/rev/0df25af8dd2a
branches:  trunk
changeset: 784944:0df25af8dd2a
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Feb 14 19:18:38 2013 +0000

description:
Link against libm

diffstat:

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

diffs (18 lines):

diff -r f6733ea83ab0 -r 0df25af8dd2a external/public-domain/sqlite/lib/Makefile
--- a/external/public-domain/sqlite/lib/Makefile        Thu Feb 14 18:23:45 2013 +0000
+++ b/external/public-domain/sqlite/lib/Makefile        Thu Feb 14 19:18:38 2013 +0000
@@ -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 @@
 
 CFLAGS+=       -DNDEBUG
 
+LIBDPLIBS+=    m       ${NETBSDSRCDIR}/lib/libm
+
 FILES+=                        sqlite3.pc
 FILESOWN_sqlite3.pc=   ${BINOWN}
 FILESGRP_sqlite3.pc=   ${BINGRP}



Home | Main Index | Thread Index | Old Index