Add a script to compile OpenSSL in MinGW mode
[msysgit/mtrensch.git] / src / openssl / patches / 0004-Install-to-mingw.patch
blob4d6d3f5ad79afa66409051e4d26b4e91ccaec401
1 From 370c821fc36d7dde48e9572cb77aa27517ad0111 Mon Sep 17 00:00:00 2001
2 From: Johannes Schindelin <johannes.schindelin@gmx.de>
3 Date: Wed, 15 Jul 2009 03:47:52 +0200
4 Subject: [PATCH 4/4] Install to /mingw/
6 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
7 ---
8 Makefile | 2 +-
9 1 files changed, 1 insertions(+), 1 deletions(-)
11 diff --git a/Makefile b/Makefile
12 index 57d742e..85994d7 100644
13 --- a/Makefile
14 +++ b/Makefile
15 @@ -26,7 +26,7 @@ HERE=.
16 # for, say, /usr/ and yet have everything installed to /tmp/somedir/usr/.
17 # Normally it is left empty.
18 INSTALL_PREFIX=
19 -INSTALLTOP=/usr/local/ssl
20 +INSTALLTOP=/mingw
22 # Do not edit this manually. Use Configure --openssldir=DIR do change this!
23 OPENSSLDIR=/usr/local/ssl
24 --
25 1.6.3.2.1299.gee46c