mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-11 09:37:38 +08:00
6 lines
80 B
Makefile
6 lines
80 B
Makefile
LDFLAGS+= -export-dynamic
|
|
MK_NO_LORDER= true
|
|
|
|
%.so: %.o
|
|
$(CC) -shared -o $@ $<
|