openssh: fix broken gssapi on musl
This commit is contained in:
parent
e0bcd5d955
commit
16aaf7ba8e
|
@ -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"
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue