Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] libselinux: remove library host symlink
@ 2018-10-10 21:24 Fabrice Fontaine
  2018-10-10 21:24 ` [Buildroot] [PATCH 2/2] libsepol: " Fabrice Fontaine
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Fabrice Fontaine @ 2018-10-10 21:24 UTC (permalink / raw)
  To: buildroot

Since bump to version 2.7 and addition of
0003-revert-ln-relative.patch, the creation of a symlink through
ln -sf libselinux.so.1 $(HOST_DIR)/lib/libselinux.so
is not needed anymore so remove it

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/libselinux/libselinux.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/libselinux/libselinux.mk b/package/libselinux/libselinux.mk
index b3d48f7105..97b4f03062 100644
--- a/package/libselinux/libselinux.mk
+++ b/package/libselinux/libselinux.mk
@@ -102,7 +102,6 @@ endef
 define HOST_LIBSELINUX_INSTALL_CMDS
 	$(HOST_MAKE_ENV) $(MAKE) -C $(@D) \
 		$(HOST_LIBSELINUX_MAKE_OPTS) install
-	ln -sf libselinux.so.1 $(HOST_DIR)/lib/libselinux.so
 	# Install python interface wrapper
 	$(HOST_MAKE_ENV) $(MAKE) -C $(@D) \
 		$(HOST_LIBSELINUX_MAKE_OPTS) install-pywrap
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-10-11  7:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-10 21:24 [Buildroot] [PATCH 1/2] libselinux: remove library host symlink Fabrice Fontaine
2018-10-10 21:24 ` [Buildroot] [PATCH 2/2] libsepol: " Fabrice Fontaine
2018-10-10 21:33   ` Matthew Weber
2018-10-10 21:34   ` Matthew Weber
2018-10-10 21:33 ` [Buildroot] [PATCH 1/2] libselinux: " Matthew Weber
2018-10-10 21:35 ` Matthew Weber
2018-10-11  7:34 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox