opnsense-ports/math/elpa/files/patch-configure
Franco Fichtner 85d066a61f */*: sync with upstream
Taken from: HardenedBSD
2018-09-03 02:25:18 +02:00

21 lines
460 B
Text

--- configure.orig 2018-08-29 19:42:22 UTC
+++ configure
@@ -23453,15 +23453,15 @@ postdeps_FC=$(echo $postdeps_FC | sed 's
if test x"${with_mpi}" = x"yes"; then
if test x"${enable_openmp}" = x"yes"; then
- SUFFIX="_openmp"
+ SUFFIX=""
else
SUFFIX=""
fi
else
if test x"${enable_openmp}" = x"yes"; then
- SUFFIX="_onenode_openmp"
+ SUFFIX=""
else
- SUFFIX="_onenode"
+ SUFFIX=""
fi
fi