mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-13 01:47:05 +08:00
syntax apparently does not work for all toolchains on that platform. Per Honda Shigehiro.
10 lines
140 B
Makefile
10 lines
140 B
Makefile
AROPT = crs
|
|
DLSUFFIX = .so
|
|
CFLAGS_SL =
|
|
rpath = -rpath $(rpathdir)
|
|
|
|
%.so: %.o
|
|
$(LD) -shared -expect_unresolved '*' -o $@ $<
|
|
|
|
sqlmansect = 5
|