projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1edd899
)
Restore perl variables for ENGINESDIR and OPENSSLDIR
author
Richard Levitte
<levitte@openssl.org>
Mon, 29 Jan 2018 21:49:50 +0000
(22:49 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 29 Jan 2018 21:49:50 +0000
(22:49 +0100)
For proper escaping, we need the direct perl variable values, not a
make variable reference.
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5196)
Configurations/windows-makefile.tmpl
patch
|
blob
|
history
diff --git
a/Configurations/windows-makefile.tmpl
b/Configurations/windows-makefile.tmpl
index ab2f8735c0dac515644ce19d1b4f45e22ef5408a..a14ab23ef9cb0a82bb28bcbce73eeb6e5a66bf9a 100644
(file)
--- a/
Configurations/windows-makefile.tmpl
+++ b/
Configurations/windows-makefile.tmpl
@@
-176,8
+176,8
@@
EX_LIBS={- join(' ', @{$config{ex_libs}}) -}
LIB_CPPFLAGS={- join(" ",
$target{shared_cppflag} || "",
(map { quotify_l("-D".$_) }
-
'OPENSSLDIR="$(OPENSSLDIR)"'
,
-
'ENGINESDIR="$(ENGINESDIR)"'
)) -}
+
"OPENSSLDIR=\"$openssldir\""
,
+
"ENGINESDIR=\"$enginesdir\""
)) -}
LIB_CFLAGS={- join(" ", $target{lib_cflags}, $target{shared_cflag}) -}
LIB_LDFLAGS={- join(' ', $target{shared_ldflag}, $config{shared_ldflag}) -}
DSO_CPPFLAGS={- $target{dso_cppflags} || "" -}