From eb26228bccb92cb0c2fa23ff187abf36ba4b1f13 Mon Sep 17 00:00:00 2001 From: Robert Newson Date: Fri, 8 Apr 2011 08:53:20 +0100 Subject: add Solaris build support. --- apps/couch/rebar.config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/couch/rebar.config b/apps/couch/rebar.config index 94291c70..25b7e569 100644 --- a/apps/couch/rebar.config +++ b/apps/couch/rebar.config @@ -4,5 +4,7 @@ {"DRV_LDFLAGS", "$DRV_LDFLAGS -lm -licuuc -licudata -licui18n -lpthread"}, {"linux", "DRV_LDFLAGS", "$DRV_LDFLAGS -lcrypt"}, {"freebsd", "DRV_CFLAGS", "$DRV_CFLAGS -I/usr/local/include"}, - {"freebsd", "DRV_LDFLAGS", "$DRV_LDFLAGS -L/usr/local/lib"} + {"freebsd", "DRV_LDFLAGS", "$DRV_LDFLAGS -L/usr/local/lib"}, + {"solaris", "CC", "/usr/sfw/bin/gcc"}, + {"solaris", "DRV_LDFLAGS", "$DRV_LDFLAGS -L/opt/local/lib"} ]}. -- cgit v1.2.3