From 7b3b808aea5bd65365f7943e3efbdca78079ba09 Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Tue, 14 Nov 2017 22:54:26 +0100 Subject: [PATCH] libsrtp2: install library symlink Install the symlink from libsrtp2.so to libsrtp2.so.1 as well. Signed-off-by: Sebastian Kemper --- libs/libsrtp2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/libsrtp2/Makefile b/libs/libsrtp2/Makefile index baf715d..890912b 100644 --- a/libs/libsrtp2/Makefile +++ b/libs/libsrtp2/Makefile @@ -55,8 +55,8 @@ endef define Package/libsrtp2/install $(INSTALL_DIR) $(1)/usr/lib - $(INSTALL_BIN) \ - $(PKG_INSTALL_DIR)/usr/lib/libsrtp2.so.* \ + $(CP) \ + $(PKG_INSTALL_DIR)/usr/lib/libsrtp2.so* \ $(1)/usr/lib/ endef -- 2.30.2