1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-11-24 08:52:38 +02:00

Use xlc_r for AIX.

This commit is contained in:
stalkerg 2016-12-08 14:48:09 +03:00
parent f7d1da953e
commit 085f5cd10d

View File

@ -70,6 +70,10 @@ ifndef top_srcdir
@exit 1
endif
ifeq ($(PORTNAME), aix)
CC=xlc_r
endif
# Those files are symlinked from the PostgreSQL sources.
xlogreader.c: % : $(top_srcdir)/src/backend/access/transam/%
rm -f $@ && $(LN_S) $< .