summaryrefslogtreecommitdiffstats
path: root/Configurations/00-base-templates.conf
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2020-01-04 06:39:50 +0100
committerRichard Levitte <levitte@openssl.org>2020-01-07 11:58:17 +0100
commitd368d9d2e4bce444b3c56db55aab5f8450814209 (patch)
tree0d63e636c828843ffe5fc8eb27b30539fee310e8 /Configurations/00-base-templates.conf
parent88b4c61299c565d1349247c955dd67a4177b55dd (diff)
Configuration: synchronise the variables on the build file templates
For some reason, we didn't use some of the possible target attributes in the Unix Makefile template, and there was a similar but much smaller lack of use in the Windows makefile template as well. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10753)
Diffstat (limited to 'Configurations/00-base-templates.conf')
-rw-r--r--Configurations/00-base-templates.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configurations/00-base-templates.conf b/Configurations/00-base-templates.conf
index 98200af7f7..451a808f1e 100644
--- a/Configurations/00-base-templates.conf
+++ b/Configurations/00-base-templates.conf
@@ -10,7 +10,7 @@ my %targets=(
includes => [],
lib_cflags => "",
lib_cppflags => "",
- lib_defines => [],
+ lib_defines => [ 'OPENSSL_BUILDING_OPENSSL' ],
thread_scheme => "(unknown)", # Assume we don't know
thread_defines => [],