Gentoo Archives: gentoo-commits

From: "Chris PeBenito (pebenito)" <pebenito@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/openssh/files: openssh-4.7p1-selinux.diff
Date: Tue, 01 Apr 2008 15:37:30
Message-Id: E1JgiYB-0000tN-OW@stork.gentoo.org
1 pebenito 08/04/01 15:37:27
2
3 Added: openssh-4.7p1-selinux.diff
4 Log:
5 fix bug #191665, in selinux portion of configure script.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 net-misc/openssh/files/openssh-4.7p1-selinux.diff
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/openssh/files/openssh-4.7p1-selinux.diff?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/openssh/files/openssh-4.7p1-selinux.diff?rev=1.1&content-type=text/plain
13
14 Index: openssh-4.7p1-selinux.diff
15 ===================================================================
16 diff -purN openssh-4.7p1.orig/configure.ac openssh-4.7p1/configure.ac
17 --- openssh-4.7p1.orig/configure.ac 2007-08-10 00:36:12.000000000 -0400
18 +++ openssh-4.7p1/configure.ac 2008-03-31 19:38:54.548935620 -0400
19 @@ -3211,6 +3211,7 @@ AC_ARG_WITH(selinux,
20 AC_CHECK_LIB(selinux, setexeccon, [ LIBSELINUX="-lselinux" ],
21 AC_MSG_ERROR(SELinux support requires libselinux library))
22 SSHDLIBS="$SSHDLIBS $LIBSELINUX"
23 + LIBS="$LIBS $LIBSELINUX"
24 AC_CHECK_FUNCS(getseuserbyname get_default_context_with_level)
25 LIBS="$save_LIBS"
26 fi ]
27
28
29
30 --
31 gentoo-commits@l.g.o mailing list