mirror of
https://github.com/postgres/postgres.git
synced 2025-06-01 00:01:20 -04:00
Makefile.port, since they are of no use to configure and much of the library magic happens in Makefile.port anyway. Use __alpha, not __alpha__, since the former is universally available. Remove -DNOFIXADE from the compile command line and put it in the port include file.
10 lines
143 B
Makefile
10 lines
143 B
Makefile
AROPT = crs
|
|
export_dynamic = -Wl,-Bexport
|
|
DLSUFFIX = .so
|
|
CFLAGS_SL = -K PIC
|
|
|
|
%.so: %.o
|
|
$(LD) -G -Bdynamic -o $@ $<
|
|
|
|
INSTALL= /usr/ucb/install
|