1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

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.
This commit is contained in:
Peter Eisentraut
2000-11-09 18:18:42 +00:00
parent 343f615e3a
commit 6b70f3862c
5 changed files with 461 additions and 398 deletions

View File

@@ -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