summaryrefslogtreecommitdiffstats
path: root/httpd/src
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2005-05-10 23:17:04 +0000
committerRob Crittenden <rcritten@redhat.com>2005-05-10 23:17:04 +0000
commitb03fcfc5fb3fa876b7ef4be45d90868b8f6e6def (patch)
treee082ba7d6108634404e6702994eab622cf4ca39e /httpd/src
parentb95f9a9277761ecdd25b48314efd1e3797dc3b13 (diff)
downloadds-b03fcfc5fb3fa876b7ef4be45d90868b8f6e6def.tar.gz
ds-b03fcfc5fb3fa876b7ef4be45d90868b8f6e6def.tar.xz
ds-b03fcfc5fb3fa876b7ef4be45d90868b8f6e6def.zip
Changes so DS can be built with gcc on Solaris.
Pass these build variables to gmake: NO_MDUPDATE=1 NS_USE_GCC=1
Diffstat (limited to 'httpd/src')
-rw-r--r--httpd/src/unixso.mk4
1 files changed, 4 insertions, 0 deletions
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