about summary refs log tree commit diff
path: root/src/libstore
diff options
context:
space:
mode:
authorSander van der Burg <s.vanderburg@tudelft.nl>2009-10-08T14·50+0000
committerSander van der Burg <s.vanderburg@tudelft.nl>2009-10-08T14·50+0000
commit53a4981fa28a9f13758554b643c06e871ede8dbd (patch)
tree0a3aa72306d7c6882483ef920f7c055b5b9f1069 /src/libstore
parent18f0ff003d711f88a8682131108b101debec3737 (diff)
Added optional parameter which adds -lnsl -lsocket to make the Nix package manager work on OpenSolaris
Diffstat (limited to 'src/libstore')
-rw-r--r--src/libstore/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/Makefile.am b/src/libstore/Makefile.am
index 90377878087f..185bb298d701 100644
--- a/src/libstore/Makefile.am
+++ b/src/libstore/Makefile.am
@@ -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