citusdata / citusdata/pg_cron

pg_cron depends on distcc

Open
#138 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
3.9k
Forks
260
Avg merge
5d 5h
Merged PRs (30d)
1

Description

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?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.