Fix OpenSSL reproducible build regression

This commit is contained in:
Taylor Hornby 2019-03-25 14:27:14 -06:00
parent 59e82c64e9
commit b85cd8891e
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ $(package)_config_opts_i686_mingw32=mingw
endef
define $(package)_preprocess_cmds
sed -i.old 's/built on: $date/built on: not available/' util/mkbuildinf.pl && \
sed -i.old 's/built on: $$$$date/built on: date not available/' util/mkbuildinf.pl && \
sed -i.old "s|\"engines\", \"apps\", \"test\"|\"engines\"|" Configure
endef