devel/ruby-property: Simple properties scheme for Ruby lang/ruby-python: Ruby extension library for embedding Python in Ruby math/ruby-bigfloat: Variable precision floating library for Ruby Whipped on by: ade :>
12 lines
393 B
Plaintext
12 lines
393 B
Plaintext
--- 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
|