Feature patch per prev thread for --with-tcl, only affects AIX
authorBruce Momjian
Sat, 23 Feb 2002 21:25:35 +0000 (21:25 +0000)
committerBruce Momjian
Sat, 23 Feb 2002 21:25:35 +0000 (21:25 +0000)
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

src/makefiles/Makefile.aix

index f500a5f09b8dc08f03bd848cf9850615a7df789b..7c89e975bcf4e5fddec7b2ac51529fd532114fad 100644 (file)
@@ -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