1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-24 14:22:24 +03:00
Files
postgres/src/template/netbsd
Bruce Momjian 8e5d1aef8e Makefile comment: remove reference to tools/thread/thread_test
You can't compile thread_test alone anymore, and the location moved too.

Reported-by: Tom Lane

Discussion: https://postgr.es/m/1062278.1603819969@sss.pgh.pa.us

Backpatch-through: 9.5
2020-10-27 14:00:50 -04:00

5 lines
106 B
Plaintext

# src/template/netbsd
# Extra CFLAGS for code that will go into a shared library
CFLAGS_SL="-fPIC -DPIC"