Description: Ensure we inherit CCFLAGS
  previous ccflags accidentally dropped in this section
Author: Alastair McKinstry <mckinstry@debian.org>
Last-Updated: 2020-04-18
Forwarded: no

--- a/configure
+++ b/configure
@@ -777,7 +777,7 @@
 
 	if [ "${mpi_avail}" = yes ]
 	then
-		ccflags="-DCCTOOLS_WITH_MPI"
+		ccflags="${ccflags} -DCCTOOLS_WITH_MPI"
 		ccompiler=${mpi_exe}
 		linker=${mpi_exe}
 	else
