diff --git a/packages/performance/extrae/extrae-3.0.1 b/packages/performance/extrae/extrae-3.0.1 index cd75fe9..26211e0 100644 --- a/packages/performance/extrae/extrae-3.0.1 +++ b/packages/performance/extrae/extrae-3.0.1 @@ -19,7 +19,6 @@ P=${PACKAGE}-${VERSION} enable_papi=${enable_papi:=1} MAKEOPTS="-j1" -export CFLAGS="-dynamic" # Other interesting configure options: #--disable-doc \ @@ -31,6 +30,11 @@ CONFIGURE_OPTS="\ --without-unwind \ --without-dyninst \ " +case $PLATFORM in + hornet|hazelhen) + CFLAGS+=" -dynamic" + ;; +esac # use PAPI