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/nix-instantiate/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nix-instantiate') diff --git a/src/nix-instantiate/Makefile.am b/src/nix-instantiate/Makefile.am index 6e42c4fa08c4..e0f1adbb9f41 100644 --- a/src/nix-instantiate/Makefile.am +++ b/src/nix-instantiate/Makefile.am @@ -3,7 +3,7 @@ bin_PROGRAMS = nix-instantiate nix_instantiate_SOURCES = nix-instantiate.cc help.txt nix_instantiate_LDADD = ../libmain/libmain.la ../libexpr/libexpr.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-instantiate.o: help.txt.hh -- cgit 1.4.1