1
0
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:
Bruce Momjian
2005-08-12 20:57:11 +00:00
parent 60672b59b8
commit 2c07d6bfa5
2 changed files with 5 additions and 3 deletions

View File

@@ -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