aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2008-11-24 11:59:37 +0000
committerPeter Eisentraut <peter_e@gmx.net>2008-11-24 11:59:37 +0000
commit0884acbcab07367474fde56c41189e2203224054 (patch)
tree0976c127f68eca731a84abfe1ca958fdeca86862 /src
parentcb10467d305726bf13bc1cb9ad9f7054c722c7dd (diff)
downloadpostgresql-0884acbcab07367474fde56c41189e2203224054.tar.gz
postgresql-0884acbcab07367474fde56c41189e2203224054.zip
Move FAQ_AIX information to installation instructions.
The information on why the shared libraries are built the way they are was not relevant to end users and has been made a mailing list archive link in Makefile.shlib.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.shlib3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.shlib b/src/Makefile.shlib
index 5bf5b818c1d..f6136a7a87d 100644
--- a/src/Makefile.shlib
+++ b/src/Makefile.shlib
@@ -6,7 +6,7 @@
# Copyright (c) 1998, Regents of the University of California
#
# IDENTIFICATION
-# $PostgreSQL: pgsql/src/Makefile.shlib,v 1.117 2008/09/01 08:50:09 petere Exp $
+# $PostgreSQL: pgsql/src/Makefile.shlib,v 1.118 2008/11/24 11:59:37 petere Exp $
#
#-------------------------------------------------------------------------
@@ -479,6 +479,7 @@ ifeq ($(enable_shared), yes)
install-lib-shared: $(shlib) installdirs-lib
ifdef soname
# we don't install $(shlib) on AIX
+# (see http://archives.postgresql.org/message-id/52EF20B2E3209443BC37736D00C3C1380A6E79FE@EXADV1.host.magwien.gv.at)
ifneq ($(PORTNAME), aix)
$(INSTALL_SHLIB) $< '$(DESTDIR)$(libdir)/$(shlib)'
ifneq ($(PORTNAME), cygwin)