mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
openssh: fix broken gssapi on musl
This commit is contained in:
parent
e0bcd5d955
commit
16aaf7ba8e
2 changed files with 11 additions and 1 deletions
10
srcpkgs/openssh/patches/ssh-musl-gssapi.patch
Normal file
10
srcpkgs/openssh/patches/ssh-musl-gssapi.patch
Normal 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"
|
|
@ -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…
Add table
Reference in a new issue