mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-04-18 12:33:33 +02:00
Use xlc_r for AIX.
This commit is contained in:
parent
f7d1da953e
commit
085f5cd10d
4
Makefile
4
Makefile
@ -70,6 +70,10 @@ ifndef top_srcdir
|
|||||||
@exit 1
|
@exit 1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(PORTNAME), aix)
|
||||||
|
CC=xlc_r
|
||||||
|
endif
|
||||||
|
|
||||||
# Those files are symlinked from the PostgreSQL sources.
|
# Those files are symlinked from the PostgreSQL sources.
|
||||||
xlogreader.c: % : $(top_srcdir)/src/backend/access/transam/%
|
xlogreader.c: % : $(top_srcdir)/src/backend/access/transam/%
|
||||||
rm -f $@ && $(LN_S) $< .
|
rm -f $@ && $(LN_S) $< .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user