Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/eudev/files: eudev-fix-selinux-linking.patch
Date: Wed, 03 Sep 2014 10:52:27
Message-Id: 20140903105223.8D6784984@oystercatcher.gentoo.org
1 blueness 14/09/03 10:52:23
2
3 Added: eudev-fix-selinux-linking.patch
4 Log:
5 Fix linking problem in bug #520684
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
8
9 Revision Changes Path
10 1.1 sys-fs/eudev/files/eudev-fix-selinux-linking.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/eudev/files/eudev-fix-selinux-linking.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/eudev/files/eudev-fix-selinux-linking.patch?rev=1.1&content-type=text/plain
14
15 Index: eudev-fix-selinux-linking.patch
16 ===================================================================
17 From e7f7217b9b9dbb3304116eae2b0ad90c84ede034 Mon Sep 17 00:00:00 2001
18 From: =?UTF-8?q?Amadeusz=20S=C5=82awi=C5=84ski?= <amade@××××××.net>
19 Date: Wed, 3 Sep 2014 11:01:31 +0200
20 Subject: [PATCH] link libudev against SELINUX
21 MIME-Version: 1.0
22 Content-Type: text/plain; charset=UTF-8
23 Content-Transfer-Encoding: 8bit
24
25 Signed-off-by: Amadeusz Sławiński <amade@××××××.net>
26 ---
27 src/libudev/Makefile.am | 3 ++-
28 1 file changed, 2 insertions(+), 1 deletion(-)
29
30 diff --git a/src/libudev/Makefile.am b/src/libudev/Makefile.am
31 index 868a9fc..72e43bc 100644
32 --- a/src/libudev/Makefile.am
33 +++ b/src/libudev/Makefile.am
34 @@ -54,7 +54,8 @@ libudev_la_LDFLAGS = \
35 -Wl,--version-script=$(top_srcdir)/src/libudev/libudev.sym
36
37 libudev_la_LIBADD = \
38 - $(top_builddir)/src/shared/libudev_shared.la
39 + $(top_builddir)/src/shared/libudev_shared.la \
40 + $(SELINUX_LIBS)
41
42 libudev_private_la_SOURCES = \
43 $(libudev_la_SOURCES) \
44 --
45 2.1.0