Content-Length: 261566 | pFad | http://github.com/postgrespro/postgres_cluster/commit/0a4ecfe77e3e355bed00e2bd8130c192fe8f1c4e

08 Allow for LDFLAGS_SL already having a value in Makefile.aix. · postgrespro/postgres_cluster@0a4ecfe · GitHub
Skip to content

Commit 0a4ecfe

Browse files
committed
Allow for LDFLAGS_SL already having a value in Makefile.aix.
Per buildfarm results.
1 parent f6af143 commit 0a4ecfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/makefiles/Makefile.aix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ endif
1717
DLSUFFIX = .so
1818
ifeq ($(host_os), aix3.2.5)
1919
ifneq ($(GCC), yes)
20-
LDFLAGS_SL = -e _nostart -H512 -bM:SRE
20+
LDFLAGS_SL += -e _nostart -H512 -bM:SRE
2121
endif
2222
else
23-
LDFLAGS_SL = -Wl,-bnoentry -Wl,-H512 -Wl,-bM:SRE
23+
LDFLAGS_SL += -Wl,-bnoentry -Wl,-H512 -Wl,-bM:SRE
2424
endif
2525

2626

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/0a4ecfe77e3e355bed00e2bd8130c192fe8f1c4e

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy