From c2a5c47e9f95f5fc036254dfbe0b1504cd205b65 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Sun, 7 Oct 2012 21:55:24 +0200 Subject: [PATCH] [intel/portage] add no-PIE message disable --- conf/intel/portage/env/dev-lang/python | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/intel/portage/env/dev-lang/python b/conf/intel/portage/env/dev-lang/python index 0b129b8..7a8eda2 100644 --- a/conf/intel/portage/env/dev-lang/python +++ b/conf/intel/portage/env/dev-lang/python @@ -1,5 +1,6 @@ # Disable PIE, because it seems to cause # Segmentation faults with guake. # See Sabayon bug #3599 +echo "* Disabling PIE as per bug 3599" GCC_SPECS=/usr/lib/gcc/*/*/hardenednopiessp.specs export GCC_SPECS