]> code.ossystems Code Review - openembedded-core.git/commit
openssl: fix add missing `make depend` command before `make` library
authorAndrej Valek <andrej.valek@siemens.com>
Fri, 5 Aug 2016 11:16:33 +0000 (13:16 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 Aug 2016 09:45:13 +0000 (10:45 +0100)
commite3c251427a305780d3257a011260bd978de273d5
tree14bea72aa9b7183a47599465d9e17d7d44a061c5
parent314937429d700204f296cfd1c0c5f215a2e5b939
openssl: fix add missing `make depend` command before `make` library

Settings from EXTRA_OECONF like en/disable no-ssl3, are transferred
only into DEPFLAGS. It means that settings have no effect on output files.
DEPFLAGS will be transferred into output files with make depend command.

https://wiki.openssl.org/index.php/Compilation_and_Installation#Dependencies

Signed-off-by: Andrej Valek <andrej.valek@siemens.com>
Signed-off-by: Pascal Bach <pascal.bach@siemens.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-connectivity/openssl/openssl.inc