openssl: fix c_rehash dumbness
commit4c7e93a6ea30743162aeb634f1c6afa8cabca275
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Tue, 27 Jan 2015 21:33:43 +0000 (27 18:33 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 27 Jan 2015 22:13:07 +0000 (27 23:13 +0100)
treebeffc6dbab595a4f19f1a2e042de6df025e98a6f
parentd2f7d0d72cd7e00ffbe869011d200f0a4a53e7a5
openssl: fix c_rehash dumbness

The new c_rehash from openssl 1.0.2 can't take a minus in the directory
string since the regex for matching commands checks for - in any
position instead of just the beginning to trigger the command parser. Fixes:
http://autobuild.buildroot.net/results/ee6/ee683569350d5deaf0ccc603ed7066bffb83cbe3/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/openssl/005-Make-c_rehash-match-commands-starting-with-minus-inste.patch [new file with mode: 0644]