From 55c0e7ad2f43af8e753ea23e5f096b5a71336b4a Mon Sep 17 00:00:00 2001 From: fca Date: Wed, 15 Apr 2009 08:48:21 +0000 Subject: [PATCH] Adding -fPIC to FORTRAN flags (E.Sicking) --- build/Makefile.linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Makefile.linux b/build/Makefile.linux index 923cea85ee4..bbecf266183 100644 --- a/build/Makefile.linux +++ b/build/Makefile.linux @@ -46,7 +46,7 @@ endif endif endif CFLAGS = $(OPT) -Wall -Werror -fPIC -pipe -Wno-long-long -pedantic-errors -ansi -FFLAGS = $(CLIBFOPT) $(FOPT) -fno-second-underscore +FFLAGS = $(CLIBFOPT) $(FOPT) -fPIC -fno-second-underscore ifneq (,$(findstring g95,$(F77))) FFLAGS +=-DFORTRAN_G95 -- 2.43.0