mirror of
https://github.com/postgres/postgres.git
synced 2025-12-04 12:02:48 +03:00
Cleanups for FreeBSD linking (PIC) and plpython compiles.
FreeBSD ports, supplied by Jim C. Nasby
This commit is contained in:
@@ -10,7 +10,7 @@ DLSUFFIX = .so
|
||||
ifeq ($(findstring sparc,$(host_cpu)), sparc)
|
||||
CFLAGS_SL = -fPIC -DPIC
|
||||
else
|
||||
CFLAGS_SL = -fpic -DPIC
|
||||
CFLAGS_SL = -fPIC -DPIC
|
||||
endif
|
||||
|
||||
|
||||
@@ -28,3 +28,5 @@ else
|
||||
endif
|
||||
|
||||
sqlmansect = 7
|
||||
|
||||
allow_nonpic_in_shlib = yes
|
||||
|
||||
Reference in New Issue
Block a user