Cy Schubert
f2aac055e4
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
2019-01-12 17:56:23 +00:00
Peter Wemm
f43a4184c3
Revert r333353 - FTS5 uses log(3) which currently breakes non-amd64 builds.
...
Reported by: lwhsu
2018-05-08 06:09:49 +00:00
Peter Wemm
8bdc8245c7
Update private sqlite from sqlite3-3.20.0 to sqlite3-3.23.1
2018-05-08 04:51:47 +00:00
Bryan Drewery
ea825d0274
DIRDEPS_BUILD: Update dependencies.
...
Sponsored by: Dell EMC Isilon
2017-10-31 00:07:04 +00:00
Adrian Chadd
f906f2025b
[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
2017-03-27 22:34:43 +00:00
Enji Cooper
94989169d7
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
2017-01-20 04:34:01 +00:00
Glen Barber
a70cba9582
First pass through library packaging.
...
Sponsored by: The FreeBSD Foundation
2016-02-04 21:16:35 +00:00
Bryan Drewery
7b3ea376a2
META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.
...
This both avoids some dependencies on xinstall.host and allows
bootstrapping on older releases to work due to lack of at least 'install -l'
support.
Sponsored by: EMC / Isilon Storage Division
2015-11-25 19:10:28 +00:00
Peter Wemm
3438e7b663
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.
2015-08-09 05:54:53 +00:00
Simon J. Gerraty
ccfb965433
Add META_MODE support.
...
Off by default, build behaves normally.
WITH_META_MODE we get auto objdir creation, the ability to
start build from anywhere in the tree.
Still need to add real targets under targets/ to build packages.
Differential Revision: D2796
Reviewed by: brooks imp
2015-06-13 19:20:56 +00:00
Simon J. Gerraty
44d314f704
dirdeps.mk now sets DEP_RELDIR
2015-06-08 23:35:17 +00:00
Simon J. Gerraty
98e0ffaefb
Merge sync of head
2015-05-27 01:19:58 +00:00
Baptiste Daroussin
2c3e917030
Fix typo
2014-11-25 11:08:58 +00:00
Baptiste Daroussin
6b129086dc
Convert libraries to use LIBADD
...
While here reduce a bit overlinking
2014-11-25 11:07:26 +00:00
Baptiste Daroussin
362492e53e
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
2014-11-22 19:44:49 +00:00