aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/makefiles/Makefile.unixware2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/makefiles/Makefile.unixware b/src/makefiles/Makefile.unixware
index e78621d9756..6a8d3829489 100644
--- a/src/makefiles/Makefile.unixware
+++ b/src/makefiles/Makefile.unixware
@@ -1,6 +1,8 @@
AROPT = crs
export_dynamic = -Wl,-Bexport
+ifneq (,$(findstring uw7.1, $(host_os)))
rpath = -Wl,-R$(libdir)
+endif
DLSUFFIX = .so
ifeq ($(GCC), yes)
CFLAGS_SL = -fpic