summarylogtreecommitdiffstats
path: root/wgrib2.patch
diff options
context:
space:
mode:
Diffstat (limited to 'wgrib2.patch')
-rw-r--r--wgrib2.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/wgrib2.patch b/wgrib2.patch
index 30843ff1d6ab..f763e0f9416f 100644
--- a/wgrib2.patch
+++ b/wgrib2.patch
@@ -45,7 +45,7 @@
ifeq ($(findstring gcc,$(notdir $(CC))),gcc)
- wCPPFLAGS+=-Wall -Wmissing-prototypes -Wold-style-definition -Werror=format-security -ffast-math -O3
-+ wCPPFLAGS+=$(CPPFLAGS) -DGFORTRAN
++ wCPPFLAGS+=$(CPPFLAGS) -DGFORTRAN -fPIC
netcdf3CPPFLAGS+=-Wall -Wmissing-prototypes -Wold-style-definition -Werror=format-security -O3
hdf5CFLAGS+=-Wall -Wmissing-prototypes -Wold-style-definition -O1
endif
@@ -54,7 +54,7 @@
wLDFLAGS+=-lgfortran
wCPPFLAGS+=-DGFORTRAN
- wFFLAGS+=-O2
-+ wFFLAGS+=$(CFLAGS)
++ wFFLAGS+=$(CFLAGS) -fPIC
endif
# for open64 fortran - personal system