openssh: fix broken gssapi on musl

This commit is contained in:
Klara Modin 2022-11-09 13:34:13 +01:00 committed by Đoàn Trần Công Danh
parent e0bcd5d955
commit 16aaf7ba8e
2 changed files with 11 additions and 1 deletions

View File

@ -0,0 +1,10 @@
--- a/gss-serv.c 2022-10-03 16:51:42.000000000 +0200
+++ b/gss-serv.c 2022-11-09 13:28:59.124968270 +0100
@@ -33,6 +33,7 @@
#include <stdarg.h>
#include <string.h>
#include <unistd.h>
+#include <sys/param.h>
#include "openbsd-compat/sys-queue.h"
#include "xmalloc.h"

View File

@ -1,7 +1,7 @@
# Template file for 'openssh'
pkgname=openssh
version=9.1p1
revision=1
revision=2
build_style=gnu-configure
configure_args="--datadir=/usr/share/openssh
--sysconfdir=/etc/ssh --without-selinux --with-privsep-user=nobody