pg_cron icon indicating copy to clipboard operation
pg_cron copied to clipboard

pg_cron depends on distcc

Open ahpohl opened this issue 4 years ago • 0 comments

Compilation of pg_cron fails if distcc is not installed. The file /usr/lib/postgresql/pgxs/src/Makefile.global defines on line 221

CLANG = /usr/lib/distcc/bin/clang

How can I disable distcc and point clang to CLANG = /usr/bin/clang instead?

ahpohl avatar May 30 '21 09:05 ahpohl