openssh: remove deprecated header

This commit is contained in:
Robert Lowry 2019-10-06 10:08:52 -05:00 committed by Leah Neukirchen
parent fa878b6f0f
commit b41018ee61

View file

@ -1,7 +1,7 @@
# Template file for 'openssh'
pkgname=openssh
version=8.0p1
revision=3
revision=4
build_style=gnu-configure
configure_args="--datadir=/usr/share/openssh
--sysconfdir=/etc/ssh --without-selinux --with-privsep-user=nobody
@ -44,6 +44,7 @@ esac
pre_configure() {
autoreconf -fi
vsed -i -e 's|#include <sys/sysctl.h>||' servconf.c
}
post_install() {