From 4bd31f0da05570e94b4d17c4de8f5cfe75fa65ca Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 17 Mar 2016 06:44:29 +0100 Subject: environment-modules: import from RHEL --- el6/environment-modules-3.2.9-gcc-no-strict.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 el6/environment-modules-3.2.9-gcc-no-strict.patch (limited to 'el6/environment-modules-3.2.9-gcc-no-strict.patch') diff --git a/el6/environment-modules-3.2.9-gcc-no-strict.patch b/el6/environment-modules-3.2.9-gcc-no-strict.patch new file mode 100644 index 0000000..3317c5f --- /dev/null +++ b/el6/environment-modules-3.2.9-gcc-no-strict.patch @@ -0,0 +1,11 @@ +--- modules-3.2.9/Makefile.in.orig 2012-09-12 09:02:22.000000000 +0200 ++++ modules-3.2.9/Makefile.in 2012-09-12 09:12:40.588789305 +0200 +@@ -203,7 +203,7 @@ + BASEPREFIX = @BASEPREFIX@ + CC = @CC@ + CCDEPMODE = @CCDEPMODE@ +-CFLAGS = @CFLAGS@ ++CFLAGS = @CFLAGS@ -fno-strict-aliasing + CPP = @CPP@ + CPPFLAGS = @CPPFLAGS@ + CYGPATH_W = @CYGPATH_W@ -- cgit