mirror of
https://github.com/postgres/postgres.git
synced 2025-05-29 16:21:20 +03: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"
|