mirror of
https://github.com/postgres/postgres.git
synced 2025-08-09 17:03:00 +03: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:
@@ -30,7 +30,7 @@ AROPT = crs
|
||||
|
||||
DLSUFFIX = .sl
|
||||
ifeq ($(GCC), yes)
|
||||
CFLAGS_SL = -fPIC
|
||||
CFLAGS_SL = -fpic
|
||||
else
|
||||
CFLAGS_SL = +z
|
||||
endif
|
||||
|
Reference in New Issue
Block a user