From 9f47c4cc5c7833608908665c71e3f3dd4acc092f Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 29 May 2003 18:08:42 +0000 Subject: [PATCH] AFAICT, none of our shared libraries are anywhere near big enough to need -fPIC on HPPA. Reduce to -fpic. --- src/makefiles/Makefile.hpux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/makefiles/Makefile.hpux b/src/makefiles/Makefile.hpux index 559b887f26..3f81ce3d91 100644 --- a/src/makefiles/Makefile.hpux +++ b/src/makefiles/Makefile.hpux @@ -30,7 +30,7 @@ AROPT = crs DLSUFFIX = .sl ifeq ($(GCC), yes) -CFLAGS_SL = -fPIC +CFLAGS_SL = -fpic else CFLAGS_SL = +z endif -- 2.40.0