projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a279da
)
Feature patch per prev thread for --with-tcl, only affects AIX
author
Bruce Momjian
Sat, 23 Feb 2002 21:25:35 +0000
(21:25 +0000)
committer
Bruce 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
patch
|
blob
|
blame
|
history
diff --git
a/src/makefiles/Makefile.aix
b/src/makefiles/Makefile.aix
index f500a5f09b8dc08f03bd848cf9850615a7df789b..7c89e975bcf4e5fddec7b2ac51529fd532114fad 100644
(file)
--- 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