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:
@@ -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
|
||||
|
Reference in New Issue
Block a user