pg_cron depends on distcc
Open
- 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.