summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/openssh/files/openssh-4.7p1-selinux.diff')
-rw-r--r--net-misc/openssh/files/openssh-4.7p1-selinux.diff11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-misc/openssh/files/openssh-4.7p1-selinux.diff b/net-misc/openssh/files/openssh-4.7p1-selinux.diff
deleted file mode 100644
index f1c5c87..0000000
--- a/net-misc/openssh/files/openssh-4.7p1-selinux.diff
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -purN openssh-4.7p1.orig/configure.ac openssh-4.7p1/configure.ac
---- openssh-4.7p1.orig/configure.ac 2007-08-10 00:36:12.000000000 -0400
-+++ openssh-4.7p1/configure.ac 2008-03-31 19:38:54.548935620 -0400
-@@ -3211,6 +3211,7 @@ AC_ARG_WITH(selinux,
- AC_CHECK_LIB(selinux, setexeccon, [ LIBSELINUX="-lselinux" ],
- AC_MSG_ERROR(SELinux support requires libselinux library))
- SSHDLIBS="$SSHDLIBS $LIBSELINUX"
-+ LIBS="$LIBS $LIBSELINUX"
- AC_CHECK_FUNCS(getseuserbyname get_default_context_with_level)
- LIBS="$save_LIBS"
- fi ]