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:
parent
2aa8ac704f
commit
7b3b808aea
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue