mirror of
https://github.com/NixOS/nix
synced 2025-07-06 13:21:47 +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
|
@ -10,7 +10,7 @@ pkginclude_HEADERS = \
|
|||
globals.hh db.hh references.hh pathlocks.hh \
|
||||
worker-protocol.hh
|
||||
|
||||
libstore_la_LIBADD = ../libutil/libutil.la ../boost/format/libformat.la
|
||||
libstore_la_LIBADD = ../libutil/libutil.la ../boost/format/libformat.la @ADDITIONAL_NETWORK_LIBS@
|
||||
|
||||
BUILT_SOURCES = derivations-ast.cc derivations-ast.hh
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue