openssl: Use mkhash for STAMP_CONFIGURED
authorFlorian Fainelli <f.fainelli@gmail.com>
Wed, 1 Mar 2017 18:48:32 +0000 (10:48 -0800)
committerFlorian Fainelli <f.fainelli@gmail.com>
Thu, 2 Mar 2017 01:19:52 +0000 (17:19 -0800)
The current way of creating a STAMP_CONFIGURED filename for OpenSSL can
lead to an extremely long filename that makes touch unable to create it,
and fail the build.

Use mkhash to produce a hash against OPENSSL_OPTIONS which creates a
shortert stamp file,

Fixes #572

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>

No differences found