diff options
author | Caolán McNamara <cmc@openoffice.org> | 2009-12-17 13:32:53 +0000 |
---|---|---|
committer | Caolán McNamara <cmc@openoffice.org> | 2009-12-17 13:32:53 +0000 |
commit | 341ff020c7f4ed1e3a50536475ed65efcac4f0ec (patch) | |
tree | 3ae9ab8c53ed9b1375a917f8cb196e8dfc2464ca /libxslt/libxslt-win_manifest.patch | |
parent | 2f0d4473749af8df0e2acd611f18c9c72bb769f3 (diff) |
xmlsec1_2_14: #i107747#: upgrade to latest xmlsec1, libxml2 and libxslt
Diffstat (limited to 'libxslt/libxslt-win_manifest.patch')
-rw-r--r-- | libxslt/libxslt-win_manifest.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libxslt/libxslt-win_manifest.patch b/libxslt/libxslt-win_manifest.patch new file mode 100644 index 000000000000..43c14eb70b8b --- /dev/null +++ b/libxslt/libxslt-win_manifest.patch @@ -0,0 +1,11 @@ +--- misc/libxslt-1.1.26/win32/configure.js 2007-08-03 15:41:02.000000000 +0200 ++++ misc/build/libxslt-1.1.26/win32/configure.js 2009-05-07 13:09:42.294993200 +0200 +@@ -52,7 +52,7 @@ + var dirSep = "\\"; + var compiler = "msvc"; + var cruntime = "/MD"; +-var vcmanifest = false; ++var vcmanifest = true; + var buildDebug = 0; + var buildStatic = 0; + var buildPrefix = "."; |