From 53a4981fa28a9f13758554b643c06e871ede8dbd Mon Sep 17 00:00:00 2001 From: Sander van der Burg Date: Thu, 8 Oct 2009 14:50:37 +0000 Subject: Added optional parameter which adds -lnsl -lsocket to make the Nix package manager work on OpenSolaris --- src/libstore/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstore') 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 -- cgit 1.4.1