diff options
-rw-r--r-- | src/makefiles/Makefile.hpux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefiles/Makefile.hpux b/src/makefiles/Makefile.hpux index 559b887f263..3f81ce3d918 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 |