openssl: fix bug #6770
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Thu, 9 Jan 2014 23:20:14 +0000 (20:20 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 10 Jan 2014 14:40:21 +0000 (15:40 +0100)
commite85696b9bf8733a94e9a9548c930ab15c38bef5a
tree728e7f4917c0f200e4ef892fca204ec81e7b70e2
parentdec1a14687ec6b064147e978b25287df71ca15bf
openssl: fix bug #6770

openssl 1.0.1f Makefile.org doesn't quote $(CC) when passing the
parameter in another invocation of make, hence breaking when the
compiler string contains a space with multiple strings (for example with
ccache).

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/openssl/openssl-003-quote-cc.patch [new file with mode: 0644]