depends: remove embedded OpenSSL timestamp for determinism

This commit is contained in:
Wladimir J. van der Laan 2015-01-12 15:29:51 +01:00
parent 4e7c219122
commit c3200bcd1e
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ $(package)_config_opts_i686_mingw32=mingw
endef
define $(package)_preprocess_cmds
sed -i.old "/define DATE/d" crypto/Makefile && \
sed -i.old "/define DATE/d" util/mkbuildinf.pl && \
sed -i.old "s|engines apps test|engines|" Makefile.org
endef