diff options
Diffstat (limited to 'lang/python26/files/extra-patch-configure-pth')
-rw-r--r-- | lang/python26/files/extra-patch-configure-pth | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/python26/files/extra-patch-configure-pth b/lang/python26/files/extra-patch-configure-pth new file mode 100644 index 000000000000..dca00011cac4 --- /dev/null +++ b/lang/python26/files/extra-patch-configure-pth @@ -0,0 +1,12 @@ +--- configure.orig 2009-03-12 14:16:24.000000000 +0000 ++++ configure 2009-03-12 14:17:16.000000000 +0000 +@@ -5230,6 +5230,9 @@ + CC="$ac_save_cc" + fi + ++# XXX Explicitly disable system pthread libraries. ++ac_cv_pthread=no ++ + { echo "$as_me:$LINENO: result: $ac_cv_pthread" >&5 + echo "${ECHO_T}$ac_cv_pthread" >&6; } + fi |