summaryrefslogtreecommitdiffstats
path: root/Configurations/00-base-templates.conf
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-05-20 20:03:20 +0200
committerRichard Levitte <richard@levitte.org>2016-01-25 19:07:11 +0100
commit107b5792b24ae701df442cd36bda785cbaf1bfdc (patch)
treefe22340cb5cc4a7b500309bb4fc3c78bbce781fc /Configurations/00-base-templates.conf
parente8cdcd52b33605b44390888e6aaa0548ca877b46 (diff)
Refactor file writing - Remake Makefile.org into a template
It is time for Makefile.org to fold into the new regime and have a run through util/dofile.pl. This forces some information out of there and into Configure, which isn't a bad thing, it makes Configure increasingly the center of build information, which is as it should be. A few extra defaults were needed in the BASE template to get rid of warnings about missing values. Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Diffstat (limited to 'Configurations/00-base-templates.conf')
-rw-r--r--Configurations/00-base-templates.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/Configurations/00-base-templates.conf b/Configurations/00-base-templates.conf
index 90633c4abf..c5ff592e33 100644
--- a/Configurations/00-base-templates.conf
+++ b/Configurations/00-base-templates.conf
@@ -20,6 +20,10 @@
poly1305_obj => "",
unistd => "<unistd.h>",
+ shared_target => "",
+ shared_cflag => "",
+ shared_ldflag => "",
+ shared_extension => "",
build_scheme => "unixmake",
},