From: Stefan Schantl Date: Sat, 8 Jan 2011 12:19:45 +0000 (+0100) Subject: openssh: Enable support for selinux. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a589147d7a39811c5edcbaed22ec63d8b11782ef;p=ipfire-3.x.git openssh: Enable support for selinux. Reference #85. --- diff --git a/pkgs/core/openssh/openssh.nm b/pkgs/core/openssh/openssh.nm index 9acc2d9ff..046d96184 100644 --- a/pkgs/core/openssh/openssh.nm +++ b/pkgs/core/openssh/openssh.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include PKG_NAME = openssh PKG_VER = 5.4p1 -PKG_REL = 1 +PKG_REL = 2 PKG_MAINTAINER = PKG_GROUP = Application/Internet @@ -34,7 +34,7 @@ PKG_URL = http://www.openssh.com/portable.html PKG_LICENSE = MIT PKG_SUMMARY = An open source implementation of SSH protocol versions 1 and 2. -PKG_BUILD_DEPS+= openssl-devel pam-devel zlib-devel +PKG_BUILD_DEPS+= libselinux-devel openssl-devel pam-devel zlib-devel PKG_DEPS-openssh = openssh-clients=$(THISVER) openssh-server=$(THISVER) define PKG_DESCRIPTION @@ -78,7 +78,8 @@ CONFIGURE_OPTIONS += \ --libexecdir=/usr/lib/openssh \ --with-md5-passwords \ --with-privsep-path=/var/lib/sshd \ - --with-pam + --with-pam \ + --with-selinux define STAGE_INSTALL_CMDS -mkdir -pv $(BUILDROOT)/etc/ssh