postgresql/src/makefiles/Makefile.linux

6 lines
80 B
Makefile

LDFLAGS+= -export-dynamic
MK_NO_LORDER= true
%.so: %.o
$(CC) -shared -o $@ $<