mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-12 09:27:04 +08:00
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
5 lines
106 B
Plaintext
5 lines
106 B
Plaintext
# src/template/netbsd
|
|
|
|
# Extra CFLAGS for code that will go into a shared library
|
|
CFLAGS_SL="-fPIC -DPIC"
|