mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
* Check for the pthread library (db4 needs it on some platforms).
This commit is contained in:
parent
949c4fa1a8
commit
dec8fbc52b
2 changed files with 4 additions and 1 deletions
3
externals/Makefile.am
vendored
3
externals/Makefile.am
vendored
|
@ -16,7 +16,8 @@ have-db:
|
|||
build-db: have-db
|
||||
(pfx=`pwd` && \
|
||||
cd $(DB)/build_unix && \
|
||||
CC=$(CC) CXX=$(CXX) ../dist/configure --prefix=$$pfx/inst --enable-cxx --disable-shared && \
|
||||
CC=$(CC) CXX=$(CXX) ../dist/configure --prefix=$$pfx/inst \
|
||||
--enable-cxx --disable-shared && \
|
||||
make && \
|
||||
make install)
|
||||
touch build-db
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue