Skip to content

Commit

Permalink
depends: remove embedded OpenSSL timestamp for determinism
Browse files Browse the repository at this point in the history
  • Loading branch information
laanwj committed Jan 12, 2015
1 parent 4e7c219 commit c3200bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depends/packages/openssl.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c3200bc

Please sign in to comment.