1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-20 17:29:36 +01:00

* Add ${sqlite_lib} everywhere. Just adding it in `libstore' doesn't

work on x86_64 when sqlite is compiled statically.
This commit is contained in:
Eelco Dolstra 2010-02-24 12:18:48 +00:00
parent 5954eadf67
commit fa6a4fcb11
6 changed files with 6 additions and 6 deletions

View file

@ -11,7 +11,7 @@ pkginclude_HEADERS = \
worker-protocol.hh
libstore_la_LIBADD = ../libutil/libutil.la ../boost/format/libformat.la \
${sqlite_lib} @ADDITIONAL_NETWORK_LIBS@
@ADDITIONAL_NETWORK_LIBS@
BUILT_SOURCES = derivations-ast.cc derivations-ast.hh