mirror of
https://github.com/postgres/postgres.git
synced 2026-06-08 16:26:30 -04:00
AFAICT, none of our shared libraries are anywhere near big enough to
need -fPIC on HPPA. Reduce to -fpic.
This commit is contained in:
parent
196d0dd10b
commit
9f47c4cc5c
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ AROPT = crs
|
|||
|
||||
DLSUFFIX = .sl
|
||||
ifeq ($(GCC), yes)
|
||||
CFLAGS_SL = -fPIC
|
||||
CFLAGS_SL = -fpic
|
||||
else
|
||||
CFLAGS_SL = +z
|
||||
endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue