summaryrefslogtreecommitdiffstats
path: root/package/openssh/0005-openbsd-compat-bsd-getpagesize.c-include-includes.h-.patch
Commit message (Collapse)AuthorAgeFilesLines
* openssh: bump to version 7.7p1Baruch Siach2018-04-101-35/+0
| | | | | | | Drop upstream patches, renumber the rest. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* openssh: fix getpagesize() related static linking issuePeter Korsgaard2017-11-011-0/+35
Fixes: http://autobuild.buildroot.net/results/8cc/8cc30818a400c7a392a3de787cabc9cd8425495f/ The configure script checks for getpagesize() and sets HAVE_GETPAGESIZE in config.h, but bsd-getpagesize.c forgot to include includes.h (which indirectly includes config.h) so the checks always fails, causing linker issues when linking statically on systems with getpagesize(). Fix it by including includes.h. Patch submitted upstream: https://lists.mindrot.org/pipermail/openssh-unix-dev/2017-October/036413.html Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud