pkgsrc-WIP-changes archive

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

nix: fix by relying on new enough sqlite3?



Module Name:	pkgsrc-wip
Committed By:	nikita <nikita%NetBSD.org@localhost>
Pushed By:	nikita
Date:		Wed May 3 19:18:15 2023 +0200
Changeset:	734243aae1277ecadc00232a86c3ee4e07985135

Modified Files:
	nix/Makefile

Log Message:
nix: fix by relying on new enough sqlite3?

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

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

diffstat:
 nix/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diffs:
diff --git a/nix/Makefile b/nix/Makefile
index 60a4e17d7e..f10072082c 100644
--- a/nix/Makefile
+++ b/nix/Makefile
@@ -50,6 +50,10 @@ CONFIGURE_ENV+=		BOOST_ROOT=${BUILDLINK_PREFIX.boost-libs}/lib
 #   /usr/bin/ld: error: undefined symbol: SHA512_Update
 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_TRANSFORM.NetBSD+=	rm:-ldl
 
 # verbose build


Home | Main Index | Thread Index | Old Index