libselinux: remove library host symlink
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Wed, 10 Oct 2018 21:24:16 +0000 (23:24 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 11 Oct 2018 07:33:13 +0000 (09:33 +0200)
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>
Reviewed-by: Matt Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/libselinux/libselinux.mk

index b3d48f7105b925bd81ccb69a5f2664ec991780df..97b4f0306263681a3731fc7809056377adfbab88 100644 (file)
@@ -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