libsrtp2: install library symlink

Install the symlink from libsrtp2.so to libsrtp2.so.1 as well.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
Sebastian Kemper 2017-11-14 22:54:26 +01:00
parent 2aa8ac704f
commit 7b3b808aea

View file

@ -55,8 +55,8 @@ endef
define Package/libsrtp2/install define Package/libsrtp2/install
$(INSTALL_DIR) $(1)/usr/lib $(INSTALL_DIR) $(1)/usr/lib
$(INSTALL_BIN) \ $(CP) \
$(PKG_INSTALL_DIR)/usr/lib/libsrtp2.so.* \ $(PKG_INSTALL_DIR)/usr/lib/libsrtp2.so* \
$(1)/usr/lib/ $(1)/usr/lib/
endef endef