pkgsrc-WIP-changes archive

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

nix: use bl3 for sqlite3 version



Module Name:	pkgsrc-wip
Committed By:	nikita <nikita%NetBSD.org@localhost>
Pushed By:	nikita
Date:		Wed May 3 20:54:22 2023 +0200
Changeset:	d9a59dd7b93d2c1d4f26f05c6618665266c9cb37

Modified Files:
	nix/Makefile

Log Message:
nix: use bl3 for sqlite3 version

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d9a59dd7b93d2c1d4f26f05c6618665266c9cb37

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 nix/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diffs:
diff --git a/nix/Makefile b/nix/Makefile
index f10072082c..4c979b70c5 100644
--- a/nix/Makefile
+++ b/nix/Makefile
@@ -51,8 +51,7 @@ CONFIGURE_ENV+=		BOOST_ROOT=${BUILDLINK_PREFIX.boost-libs}/lib
 MAKE_FLAGS+=	libutil_ALLOW_UNDEFINED=yes
 
 # sqlite3_error_offset(), https://www.sqlite.org/releaselog/3_38_0.html
-# base sqlite3 at 2023-05-03 is on 3.26.0
-PREFER.sqlite3=      pkgsrc
+BUILDLINK_API_DEPENDS.sqlite3+=	sqlite3>=3.38
 
 BUILDLINK_TRANSFORM.NetBSD+=	rm:-ldl
 


Home | Main Index | Thread Index | Old Index