Fixed extrae package removing -dynamic from all platforms except Cray.

This commit is contained in:
Christoph Niethammer 2016-01-26 14:03:43 +00:00
parent 1a5ac496b9
commit ca76467cc4

View file

@ -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