aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-02-23 21:25:35 +0000
committerBruce Momjian <bruce@momjian.us>2002-02-23 21:25:35 +0000
commitec4027f85b260c8d4be4e05d4c3d42fef2d64c63 (patch)
treeb30136a78bdc252151a65ca0746a1e9dc120d2fa /src
parent9a279da73d412ea41e02292207f998376b460756 (diff)
downloadpostgresql-ec4027f85b260c8d4be4e05d4c3d42fef2d64c63.tar.gz
postgresql-ec4027f85b260c8d4be4e05d4c3d42fef2d64c63.zip
Feature patch per prev thread for --with-tcl, only affects AIX
patch is low risc, thus could be applied now, but can also wait for 7.3 Old Makefile shows, that -bnoentry is available since 4.1 . Andreas Zeugswetter
Diffstat (limited to 'src')
-rw-r--r--src/makefiles/Makefile.aix3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/makefiles/Makefile.aix b/src/makefiles/Makefile.aix
index f500a5f09b8..7c89e975bcf 100644
--- a/src/makefiles/Makefile.aix
+++ b/src/makefiles/Makefile.aix
@@ -10,8 +10,7 @@ DLSUFFIX = .so
ifneq ($(GCC), yes)
ifeq ($(host_os), aix3.2.5)
LDFLAGS_SL = -e _nostart
- endif
- ifneq (,$(findstring aix4.1, $(host_os)))
+ else
LDFLAGS_SL = -bnoentry
endif
endif