summaryrefslogtreecommitdiff
path: root/src/makefiles
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2000-10-23 21:44:12 +0000
committerPeter Eisentraut <peter_e@gmx.net>2000-10-23 21:44:12 +0000
commit7b021ce17c4abe731a3a4c6cb5e23f13d6fd3f52 (patch)
tree6cb59b5918e05e9fc04f1a86931cec3cfbae11aa /src/makefiles
parentbc083d3d90dd26b755a60c74d561f9dab5897d5c (diff)
downloadpostgresql-7b021ce17c4abe731a3a4c6cb5e23f13d6fd3f52.tar.gz
Polish shared library build to reduce number of special hacks. In
particular, allow linking with arbitrary commands rather than only $(AR) or $(LD), and treat C++ without hacks. Add option to disable shared libraries. This takes the place of the BSD_SHLIB variable. The regression test driver ignores the plpgsql test if there are no shared libraries available.
Diffstat (limited to 'src/makefiles')
-rw-r--r--src/makefiles/Makefile.qnx41
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefiles/Makefile.qnx4 b/src/makefiles/Makefile.qnx4
index e9cfbce3ea..130a99fd6d 100644
--- a/src/makefiles/Makefile.qnx4
+++ b/src/makefiles/Makefile.qnx4
@@ -8,6 +8,7 @@ LDOUT=
LIBS= -lunix
LDFLAGS= $(LIBS)
+enable_shared = no
DLSUFFIX = .so
CFLAGS_SL =