diff options
Diffstat (limited to 'lang/ruby-python/files')
-rw-r--r-- | lang/ruby-python/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/ruby-python/files/patch-aa b/lang/ruby-python/files/patch-aa new file mode 100644 index 0000000..f1d7e93 --- /dev/null +++ b/lang/ruby-python/files/patch-aa @@ -0,0 +1,11 @@ +--- extconf.rb.orig Sun Nov 7 15:38:30 1999 ++++ extconf.rb Mon Aug 7 12:34:46 2000 +@@ -29,7 +30,7 @@ + exit(1) unless File.exists? py_makefile + + $CFLAGS = "-I#{py_includedir}" +-$LDFLAGS = "-L#{py_configdir}" ++$LDFLAGS = "-L#{py_configdir} -pthread" + + # If python is linked with extra libraries (e.g. -lpthread on Linux, + # -lsocket on Solaris, etc.), have_library test will fail and built |