mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
Added optional parameter which adds -lnsl -lsocket to make the Nix package manager work on OpenSolaris
This commit is contained in:
parent
18f0ff003d
commit
53a4981fa2
7 changed files with 12 additions and 6 deletions
|
@ -2,7 +2,7 @@ bin_PROGRAMS = nix-store
|
|||
|
||||
nix_store_SOURCES = nix-store.cc dotgraph.cc dotgraph.hh help.txt
|
||||
nix_store_LDADD = ../libmain/libmain.la ../libstore/libstore.la ../libutil/libutil.la \
|
||||
../boost/format/libformat.la ${bdb_lib} ${aterm_lib}
|
||||
../boost/format/libformat.la ${bdb_lib} ${aterm_lib} @ADDITIONAL_NETWORK_LIBS@
|
||||
|
||||
nix-store.o: help.txt.hh
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue