libsrtp: install additional symlink 281/head
authorSebastian Kemper <sebastian_ml@gmx.net>
Sat, 24 Feb 2018 09:51:15 +0000 (10:51 +0100)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sat, 24 Feb 2018 09:51:19 +0000 (10:51 +0100)
Makes sure that the libsrtp.so symlink gets installed on the target
devices as well.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
libs/libsrtp/Makefile

index f54c7767b1b7ca74c191fe70b556ee82bddbda2f..c0899edc36c9d94764b31d08e96bab3d7290aeb3 100644 (file)
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libsrtp
 PKG_VERSION:=1.6.0
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=https://github.com/cisco/libsrtp.git
@@ -64,7 +64,7 @@ endef
 define Package/libsrtp/install
        $(INSTALL_DIR) $(1)/usr/lib
        $(CP) \
-               $(PKG_INSTALL_DIR)/usr/lib/libsrtp.so.* \
+               $(PKG_INSTALL_DIR)/usr/lib/libsrtp.so* \
                $(1)/usr/lib/
 endef