diff options
author | Mike DePaulo <mikedep333@gmail.com> | 2015-01-10 13:04:15 -0500 |
---|---|---|
committer | Mike DePaulo <mikedep333@gmail.com> | 2015-01-10 13:08:41 -0500 |
commit | 7e45dd4fd9998865a92ff2f9bc4e2e125da704da (patch) | |
tree | b53c058735b7cd175736d81c21a63ea72ff623ba /openssl/util/mkbuildinf.pl | |
parent | 43aa0f604179257d62aa35191f429e43c315b1c1 (diff) | |
download | vcxsrv-7e45dd4fd9998865a92ff2f9bc4e2e125da704da.tar.gz vcxsrv-7e45dd4fd9998865a92ff2f9bc4e2e125da704da.tar.bz2 vcxsrv-7e45dd4fd9998865a92ff2f9bc4e2e125da704da.zip |
Fix OpenSSL build - upstream fix for #2091.15.2.2-xp+vc2013
Diffstat (limited to 'openssl/util/mkbuildinf.pl')
-rw-r--r-- | openssl/util/mkbuildinf.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/util/mkbuildinf.pl b/openssl/util/mkbuildinf.pl index 9d7b81c76..ffa8a3993 100644 --- a/openssl/util/mkbuildinf.pl +++ b/openssl/util/mkbuildinf.pl @@ -7,7 +7,7 @@ $date = localtime(); print <<"END_OUTPUT"; #ifndef MK1MF_BUILD /* auto-generated by util/mkbuildinf.pl for crypto/cversion.c */ - #define CFLAGS + #define CFLAGS cflags /* * Generate CFLAGS as an array of individual characters. This is a * workaround for the situation where CFLAGS gets too long for a C90 string |