mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-10 03:47:41 +08: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.
13 lines
218 B
Makefile
13 lines
218 B
Makefile
AROPT = crs
|
|
export_dynamic = -export-dynamic
|
|
rpath = -Wl,-rpath,$(libdir)
|
|
shlib_symbolic = -Wl,-Bsymbolic
|
|
allow_nonpic_in_shlib = yes
|
|
DLSUFFIX = .so
|
|
CFLAGS_SL = -fpic
|
|
|
|
%.so: %.o
|
|
$(CC) -shared -o $@ $<
|
|
|
|
sqlmansect = 7
|