From b03fcfc5fb3fa876b7ef4be45d90868b8f6e6def Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Tue, 10 May 2005 23:17:04 +0000 Subject: Changes so DS can be built with gcc on Solaris. Pass these build variables to gmake: NO_MDUPDATE=1 NS_USE_GCC=1 --- httpd/src/unixso.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'httpd/src') diff --git a/httpd/src/unixso.mk b/httpd/src/unixso.mk index 8c0c4661..5dccb206 100644 --- a/httpd/src/unixso.mk +++ b/httpd/src/unixso.mk @@ -62,8 +62,12 @@ SOLINK2=$(SOLINK) endif ifeq ($(ARCH), SOLARIS) +ifdef NS_USE_NATIVE DLL_LDFLAGS += -h $(SONAME) EXTRA_LIBS += -R .:../../lib:../../bin/https:../../plugins/java/bin:../wai/lib +else +EXTRA_LIBS += -Wl,-R,.:../../lib:../../bin/https:../../plugins/java/bin:../wai/lib +endif ADM_EXTRA = $(GCCLIB) endif -- cgit