]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
openssh: Enable support for selinux.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sat, 8 Jan 2011 12:19:45 +0000 (13:19 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sat, 8 Jan 2011 12:19:45 +0000 (13:19 +0100)
Reference #85.

pkgs/core/openssh/openssh.nm

index 9acc2d9ffae5bd5fecff1eaeef588bb9d15ddcc4..046d96184bf0a9a42f85c3858f1735924a8fd7d4 100644 (file)
@@ -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