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