提交 41bb3cb7 编写于 作者: T Tom Lane

Back off allow_nonpic_in_shlib for FreeBSD builds: only set it on i386.

This might be overly conservative, but we know it does not work on amd64.
Per buildfarm results.
上级 75f633b6
......@@ -7,10 +7,10 @@ endif
DLSUFFIX = .so
ifeq ($(findstring sparc,$(host_cpu)), sparc)
CFLAGS_SL = -fPIC -DPIC
else
CFLAGS_SL = -fPIC -DPIC
ifeq ($(findstring i386,$(host_cpu)), i386)
allow_nonpic_in_shlib = yes
endif
......@@ -28,5 +28,3 @@ else
endif
sqlmansect = 7
allow_nonpic_in_shlib = yes
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册