Selinux had to be disabled because of a linking failure.
References #130.
include $(PKGROOT)/Include
PKG_NAME = openssh
-PKG_VER = 5.4p1
+PKG_VER = 5.7p1
PKG_REL = 2
PKG_MAINTAINER =
PKG_LICENSE = MIT
PKG_SUMMARY = An open source implementation of SSH protocol versions 1 and 2.
-PKG_BUILD_DEPS+= libselinux-devel openssl-devel pam-devel zlib-devel
+PKG_BUILD_DEPS+= openssl-devel pam-devel zlib-devel
PKG_DEPS-openssh = openssh-clients=$(THISVER) openssh-server=$(THISVER)
define PKG_DESCRIPTION
--libexecdir=/usr/lib/openssh \
--with-md5-passwords \
--with-privsep-path=/var/lib/sshd \
- --with-pam \
- --with-selinux
+ --with-pam
define STAGE_INSTALL_CMDS
-mkdir -pv $(BUILDROOT)/etc/ssh