summaryrefslogtreecommitdiff
path: root/src/makefiles/Makefile.unixware
diff options
context:
space:
mode:
authorPeter Eisentraut2000-11-09 18:18:42 +0000
committerPeter Eisentraut2000-11-09 18:18:42 +0000
commit6b70f3862cc0328677aa9b7adbb3e095ba7227b0 (patch)
tree43bb3067252e0de1064c81c3af410cb85c97f1e0 /src/makefiles/Makefile.unixware
parent343f615e3ada8a7e9662b33341b73f09e182d105 (diff)
Also test for 'void *' as third arg of accept() (as on Solaris 7 and 8),
but take it as 'int *' instead. Add real test for whether ld -R works on Unixware. Rename --enable-uniconv to --enable-unicode-conversion. Install shlibs mode 755 by default, since 644 causes gratuitous complaints from ldd et al. on some systems.
Diffstat (limited to 'src/makefiles/Makefile.unixware')
-rw-r--r--src/makefiles/Makefile.unixware2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefiles/Makefile.unixware b/src/makefiles/Makefile.unixware
index 6a8d3829489..698ea98118e 100644
--- a/src/makefiles/Makefile.unixware
+++ b/src/makefiles/Makefile.unixware
@@ -1,6 +1,6 @@
AROPT = crs
export_dynamic = -Wl,-Bexport
-ifneq (,$(findstring uw7.1, $(host_os)))
+ifeq ($(ld_R_works), yes)
rpath = -Wl,-R$(libdir)
endif
DLSUFFIX = .so