Source-Changes-HG archive

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

[src/trunk]: src/lib lib: Move sqlite, since it depends on libm



details:   https://anonhg.NetBSD.org/src/rev/7a5700f8d544
branches:  trunk
changeset: 941743:7a5700f8d544
user:      nia <nia%NetBSD.org@localhost>
date:      Thu Oct 29 20:11:17 2020 +0000

description:
lib: Move sqlite, since it depends on libm

diffstat:

 lib/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 79fd685fe5c8 -r 7a5700f8d544 lib/Makefile
--- a/lib/Makefile      Thu Oct 29 19:07:45 2020 +0000
+++ b/lib/Makefile      Thu Oct 29 20:11:17 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.285 2020/09/26 17:49:50 jmcneill Exp $
+#      $NetBSD: Makefile,v 1.286 2020/10/29 20:11:17 nia Exp $
 #      from: @(#)Makefile      5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -54,8 +54,6 @@
 SUBDIR+=       libnvmm
 .endif
 
-SUBDIR+=       ../external/public-domain/sqlite/lib
-
 .if (${MKMDNS} != "no")
 SUBDIR+=       ../external/apache2/mDNSResponder/lib
 .endif
@@ -122,6 +120,7 @@
 SUBDIR+=       ../external/bsd/blocklist/lib           # depends on libpthread
 SUBDIR+=       ../external/bsd/elftoolchain/lib/libdwarf # depends on libelf
 SUBDIR+=       ../external/mit/lua/lib # depends on libm
+SUBDIR+=       ../external/public-domain/sqlite/lib # depends on libm
 SUBDIR+=       libcurses       # depends on libterminfo
 SUBDIR+=       libdm           # depends on libprop
 SUBDIR+=       libedit         # depends on libterminfo



Home | Main Index | Thread Index | Old Index