pg_cron
pg_cron copied to clipboard
pg_cron depends on distcc
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?