openssh: Add patch to fix compilation with musl libc
authorMaarten ter Huurne <maarten@treewalker.org>
Fri, 12 Sep 2014 03:49:42 +0000 (05:49 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 13 Sep 2014 20:17:46 +0000 (22:17 +0200)
commit2fea21799223d41605556858a95b55e69e9960ca
tree57f393b836f8dc4b1f524127bda2bac9f0e7875b
parentc97562af4b0e873dfe41baa5ae0156d3b626f46b
openssh: Add patch to fix compilation with musl libc

The configure script finds the "howmany" macro, but some of the sources
using it do not include the required <sys/param.h> header.

Signed-off-by: Maarten ter Huurne <maarten@treewalker.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/openssh/openssh-02-fix-howmany-include.patch [new file with mode: 0644]