mirror of
https://github.com/postgres/postgres.git
synced 2026-06-04 23:04:53 -04:00
6 lines
116 B
Makefile
6 lines
116 B
Makefile
LDFLAGS+= -export-dynamic #-Wl,-rpath -Wl,$(DESTDIR)$(LIBDIR)
|
|
MK_NO_LORDER= true
|
|
|
|
%.so: %.o
|
|
$(CC) -shared -o $@ $<
|