mirror of
https://github.com/postgres/postgres.git
synced 2026-05-30 12:35:06 -04:00
6 lines
80 B
Makefile
6 lines
80 B
Makefile
LDFLAGS+= -export-dynamic
|
|
MK_NO_LORDER= true
|
|
|
|
%.so: %.o
|
|
$(CC) -shared -o $@ $<
|