mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-21 05:46:59 +08:00
Makefile.global and move them to seperate 'include' makefiles Over time, should become even more port specific: ie. Makefile.BSD44_derived should be broken down into netbsd/freebsd specific ports
9 lines
97 B
Makefile
9 lines
97 B
Makefile
ifdef LINUX_ELF
|
|
LDFLAGS+= -rdynamic
|
|
endif
|
|
MK_NO_LORDER= true
|
|
|
|
%.so: %.o
|
|
$(CC) -shared -o $@ $<
|
|
|