summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-12-20 18:06:46 +0200
committerTor Lillqvist <tlillqvist@suse.com>2011-12-20 18:08:08 +0200
commit7d3c674a0444e7688178b00ae4675bb65c685798 (patch)
treec24d4262dffc8b2fb98aef9bfdcf6e67b893faa8 /python
parent29b6eda7e5909106d8325f75b3ae0cda579385b5 (diff)
Abandon attempt to use the debug CRT in a dbgutil build
Diffstat (limited to 'python')
-rw-r--r--python/Python-2.6.1.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Python-2.6.1.patch b/python/Python-2.6.1.patch
index ac70bab33f70..fe04ae33b384 100644
--- a/python/Python-2.6.1.patch
+++ b/python/Python-2.6.1.patch
@@ -434,7 +434,7 @@
}
else if (strcmp(argv[1], "Debug") == 0) {
- strcat_s(command, CMD_SIZE, "-D_DEBUG -MDd ");
-+ strcat_s(command, CMD_SIZE, "-D_DEBUG -MD ");
++ strcat_s(command, CMD_SIZE, "-MD ");
}
else if (strcmp(argv[1], "ReleaseItanium") == 0) {
strcat_s(command, CMD_SIZE, "-MD /USECL:MS_ITANIUM ");