History log of /freebsd-14.2/lib/libsqlite3/Makefile (Results 1 – 13 of 13)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0
# d0b2dbfa 16-Aug-2023 Warner Losh <[email protected]>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0
# bceb5a2c 23-Sep-2020 Brandon Bergren <[email protected]>

[PowerPC64LE] Pass our byte order to the sqlite3 build.

Due to the sqlite3 endian detection code preferring to check platform defines
instead of checking endian defines, it is necessary to manually

[PowerPC64LE] Pass our byte order to the sqlite3 build.

Due to the sqlite3 endian detection code preferring to check platform defines
instead of checking endian defines, it is necessary to manually set
the endianness on PowerPC64LE.

Unlike other bi-endian platforms, PowerPC64LE relies entirely on the
generic endianness macros like __BYTE_ORDER__ and has no platform-specific
define to denote little endian.

Add -DSQLITE_BYTEORDER=1234 to the CFLAGS when building libsqlite3 on
powerpc64le.

Fixes runtime operation of sqlite on PowerPC64LE.

Sponsored by: Tag1 Consulting, Inc.

show more ...


# ecebb3cc 11-Sep-2020 Kyle Evans <[email protected]>

Only set WARNS if not defined

This would allow interested parties to do experimental runs with an
environment set appropriately to raise all the warnings throughout the
build; e.g. env WARNS=6 NO_WE

Only set WARNS if not defined

This would allow interested parties to do experimental runs with an
environment set appropriately to raise all the warnings throughout the
build; e.g. env WARNS=6 NO_WERROR=yes buildworld.

Not currently touching the numerous instances in ^/tools.

MFC after: 1 week

show more ...


Revision tags: release/11.4.0, release/12.1.0, release/11.3.0
# f2aac055 12-Jan-2019 Cy Schubert <[email protected]>

Disable FTS3, FTS4, and RTREE in bundled and private sqlite3.

Suggested by: delphij@
Reviewed by: delphij@ (for secteam@)
MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D18786


Revision tags: release/12.0.0, release/11.2.0
# f43a4184 08-May-2018 Peter Wemm <[email protected]>

Revert r333353 - FTS5 uses log(3) which currently breakes non-amd64 builds.

Reported by: lwhsu


# 8bdc8245 08-May-2018 Peter Wemm <[email protected]>

Update private sqlite from sqlite3-3.20.0 to sqlite3-3.23.1


Revision tags: release/10.4.0, release/11.1.0
# f906f202 27-Mar-2017 Adrian Chadd <[email protected]>

[private] add libevent1 and sqlite3 include files for our private libraries.

This, like including ucl private headers, is useful for writing new base
system tools. Yes, anyone using these libraries

[private] add libevent1 and sqlite3 include files for our private libraries.

This, like including ucl private headers, is useful for writing new base
system tools. Yes, anyone using these libraries shouldn't assume ABI
compatibility.

Reviewed by: bdrewery, bapt
Differential Revision: https://reviews.freebsd.org/D10123

show more ...


# 94989169 20-Jan-2017 Enji Cooper <[email protected]>

Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones

This implifies pathing in make/displayed output

MFC after: 3 weeks
Sponsored by: Dell EMC Isilon


Revision tags: release/11.0.1, release/11.0.0, release/10.3.0
# a70cba95 04-Feb-2016 Glen Barber <[email protected]>

First pass through library packaging.

Sponsored by: The FreeBSD Foundation


Revision tags: release/10.2.0
# 3438e7b6 09-Aug-2015 Peter Wemm <[email protected]>

Move the USE_PREAD configuration knob out of the middle of the autoconf
generated ones. It is easy to mistake as an option that has gone away
when it's actually a control that was explicitly turned

Move the USE_PREAD configuration knob out of the middle of the autoconf
generated ones. It is easy to mistake as an option that has gone away
when it's actually a control that was explicitly turned on for FreeBSD.

show more ...


# 2c3e9170 25-Nov-2014 Baptiste Daroussin <[email protected]>

Fix typo


# 6b129086 25-Nov-2014 Baptiste Daroussin <[email protected]>

Convert libraries to use LIBADD
While here reduce a bit overlinking


# 362492e5 22-Nov-2014 Baptiste Daroussin <[email protected]>

Promote SQLite3 as a privatelib as it will also be used by mandoc

While here ensure sqlite3 is using pread(2) and enable the suppot for FTS4