mirror of
https://github.com/postgres/postgres.git
synced 2026-04-08 10:38:53 -04:00
Allow for LDFLAGS_SL already having a value in Makefile.aix.
Per buildfarm results.
This commit is contained in:
parent
f6af1435d9
commit
0a4ecfe77e
1 changed files with 2 additions and 2 deletions
|
|
@ -17,10 +17,10 @@ endif
|
|||
DLSUFFIX = .so
|
||||
ifeq ($(host_os), aix3.2.5)
|
||||
ifneq ($(GCC), yes)
|
||||
LDFLAGS_SL = -e _nostart -H512 -bM:SRE
|
||||
LDFLAGS_SL += -e _nostart -H512 -bM:SRE
|
||||
endif
|
||||
else
|
||||
LDFLAGS_SL = -Wl,-bnoentry -Wl,-H512 -Wl,-bM:SRE
|
||||
LDFLAGS_SL += -Wl,-bnoentry -Wl,-H512 -Wl,-bM:SRE
|
||||
endif
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue