I can't pass compiling linux source code today

i had passed compling lakka a month a age .but i can’t pass compiling it when i use a new PC to do it . the error message as this

On which distro are you compiling ? If it is Ubuntu, please install libssl-dev package.

We will have to fix it as for now it is using local header not the one from sysroot.

i compile it use this command:

DISTRO=Lakka PROJECT=Allwinner SYSTEM=orangepi_pc ARCH=arm make image -j8

i install libssl-dev package,it work and continute compiling.

Thank!