From a83b75b878b83540889a18ec2b09b881c5a10d10 Mon Sep 17 00:00:00 2001
From: Hervé Yviquel <hyviquel@gmail.com>
Date: Fri, 11 Jun 2021 05:12:18 -0300
Subject: extrae: fix import and issue with pthread (#24220)

---
 var/spack/repos/builtin/packages/extrae/package.py | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

(limited to 'var')

diff --git a/var/spack/repos/builtin/packages/extrae/package.py b/var/spack/repos/builtin/packages/extrae/package.py
index d4531876e0..f16550569d 100644
--- a/var/spack/repos/builtin/packages/extrae/package.py
+++ b/var/spack/repos/builtin/packages/extrae/package.py
@@ -3,6 +3,7 @@
 #
 # SPDX-License-Identifier: (Apache-2.0 OR MIT)
 
+import os
 from spack import *
 
 # typical working line with extrae 3.0.1
@@ -109,9 +110,12 @@ class Extrae(AutotoolsPackage):
             make.add_default_arg("CXXFLAGS=%s" % self.compiler.cxx11_flag)
             args.append("CXXFLAGS=%s" % self.compiler.cxx11_flag)
 
-        # This was added due to configure failure
+        # This was added due to:
+        # - configure failure
         # https://www.gnu.org/software/gettext/FAQ.html#integrating_undefined
-        args.append('LDFLAGS=-lintl')
+        # - linking error
+        # https://github.com/bsc-performance-tools/extrae/issues/57
+        args.append('LDFLAGS=-lintl -pthread')
 
         return(args)
 
-- 
cgit v1.2.3-70-g09d2