]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Adding -fPIC to FORTRAN flags (E.Sicking)
authorfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 15 Apr 2009 08:48:21 +0000 (08:48 +0000)
committerfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 15 Apr 2009 08:48:21 +0000 (08:48 +0000)
build/Makefile.linux

index 923cea85ee4e9f1bf81adc3cde8ed5b5090280d4..bbecf2661838a5725a82bab39a3664bce99bbdf6 100644 (file)
@@ -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