openssl: Use mkhash for STAMP_CONFIGURED
authorFlorian Fainelli <f.fainelli@gmail.com>
Wed, 1 Mar 2017 18:48:32 +0000 (10:48 -0800)
committerJo-Philipp Wich <jo@mein.io>
Sat, 22 Apr 2017 10:43:51 +0000 (12:43 +0200)
commit72fcdb6286ad7be24296acbd36043ee3e96e5ec4
treeb9106309d8d6e5bbd733613835204b15f2b6ce68
parent5feb4f0e6d9e686c9b2d3d406a7f348137baf0dc
openssl: Use mkhash for STAMP_CONFIGURED

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>
package/libs/openssl/Makefile