Skip to content

Instantly share code, notes, and snippets.

@ebryn
Created October 19, 2010 16:02
Show Gist options
  • Save ebryn/634449 to your computer and use it in GitHub Desktop.
Save ebryn/634449 to your computer and use it in GitHub Desktop.
diff --git a/ext/tiny_tds/extconf.rb b/ext/tiny_tds/extconf.rb
index c53f29e..42ddf0e 100644
--- a/ext/tiny_tds/extconf.rb
+++ b/ext/tiny_tds/extconf.rb
@@ -70,6 +70,6 @@ end
unless have_freetds?
abort "-----\nCan not find FreeTDS's db-lib or include directory.\n-----"
end
-
+$CFLAGS += "-fno-stack-protector"
create_makefile('tiny_tds/tiny_tds')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment