mirror of
https://github.com/NixOS/nix
synced 2025-07-07 01:51:47 +02:00
* Convert the Nix database to SQLite.
This commit is contained in:
parent
eaaa13ce47
commit
c1a07f9445
6 changed files with 151 additions and 15 deletions
|
@ -249,6 +249,9 @@ AC_SUBST(bzip2_bin_test)
|
|||
AC_CHECK_LIB(pthread, pthread_mutex_init)
|
||||
|
||||
|
||||
LDFLAGS="-lsqlite3"
|
||||
|
||||
|
||||
AC_ARG_ENABLE(init-state, AC_HELP_STRING([--disable-init-state],
|
||||
[do not initialise DB etc. in `make install']),
|
||||
init_state=$enableval, init_state=yes)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue