projects
/
feed
/
telephony.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2aa8ac7
)
libsrtp2: install library symlink
author
Sebastian Kemper
<sebastian_ml@gmx.net>
Tue, 14 Nov 2017 21:54:26 +0000
(22:54 +0100)
committer
Sebastian Kemper
<sebastian_ml@gmx.net>
Tue, 14 Nov 2017 21:54:28 +0000
(22:54 +0100)
Install the symlink from libsrtp2.so to libsrtp2.so.1 as well.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
libs/libsrtp2/Makefile
patch
|
blob
|
history
diff --git
a/libs/libsrtp2/Makefile
b/libs/libsrtp2/Makefile
index baf715d9cc232ec4e8f56882d81e1adc8de36c0f..890912bdfd0deb787b6b949b975836c5629ddc18 100644
(file)
--- 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