about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--ext/kcar/extconf.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/ext/kcar/extconf.rb b/ext/kcar/extconf.rb
index 7ab5b4b..218c2e3 100644
--- a/ext/kcar/extconf.rb
+++ b/ext/kcar/extconf.rb
@@ -6,7 +6,4 @@ dir_config("kcar")
 have_macro("SIZEOF_OFF_T", "ruby.h") or check_sizeof("off_t", "sys/types.h")
 have_macro("SIZEOF_LONG", "ruby.h") or check_sizeof("long", "sys/types.h")
 
-# -fPIC is needed for Rubinius, MRI already uses it regardless
-with_cflags($CFLAGS + " -fPIC ") do
-  create_makefile("kcar_ext")
-end
+create_makefile("kcar_ext")