diff --git a/conf/intel/portage/env/dev-lang/python b/conf/intel/portage/env/dev-lang/python index cab184c..27cae24 100644 --- a/conf/intel/portage/env/dev-lang/python +++ b/conf/intel/portage/env/dev-lang/python @@ -2,6 +2,6 @@ # Segmentation faults with guake. # See Sabayon bug #3599 echo "* Disabling PIE as per bug 3599" -GCC_SPECS=$(gcc-config -L)/hardenednopiessp.specs +GCC_SPECS=$(gcc-config -L | cut -d":" -f1)/hardenednopiessp.specs echo "* Setting GCC_SPECS to ${GCC_SPECS}" export GCC_SPECS