From: fca Date: Wed, 15 Apr 2009 08:48:21 +0000 (+0000) Subject: Adding -fPIC to FORTRAN flags (E.Sicking) X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=55c0e7ad2f43af8e753ea23e5f096b5a71336b4a;p=u%2Fmrichter%2FAliRoot.git Adding -fPIC to FORTRAN flags (E.Sicking) --- 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