mirror of
https://github.com/postgres/postgres.git
synced 2026-04-12 12:36:49 -04:00
system. Some systems did not understand the 'l' section, and in general it wasn't entirely appropriate. On SCO OpenServer, the man pages won't be installed at all until someone figures out their man system.
20 lines
346 B
Makefile
20 lines
346 B
Makefile
MK_NO_LORDER= true
|
|
AROPT = crs
|
|
rpath = -Wl,-rpath,$(libdir)
|
|
shlib_symbolic = -Wl,-B,symbolic
|
|
|
|
DLSUFFIX = .so
|
|
# PIC is default
|
|
CFLAGS_SL =
|
|
|
|
%.so: %.o
|
|
$(LD) -G -Bdynamic -shared -o $@ $<
|
|
|
|
override CPPFLAGS += -U_NO_XOPEN4
|
|
|
|
ifneq ($(GCC), yes)
|
|
CFLAGS += -woff 1164,1171,1185,1195,1552
|
|
endif
|
|
LDFLAGS += -Wl,-woff,15 -Wl,-woff,84
|
|
|
|
sqlmansect = 5sql
|