Created
October 19, 2010 16:02
-
-
Save ebryn/634449 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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