Community maintained packages for ImmortalWrt.
Révision | 369b8a975b89c1aaa666e3c50bd371e5b3bb8a70 (tree) |
---|---|
l'heure | 2022-05-25 22:27:35 |
Auteur | Leo Soares <leo@hype...> |
Commiter | Tianling Shen |
libcoap: make sure libcoap-3-notls.so is installed
This commit fixes an issue where the libcoap-3-notls.so is not installed,
in some cases leaving the target's root with no library and just a broken link
from libcoap-3.so to libcoap-3-notls.so.
Signed-off-by: Leo Soares <leo@hyper.ag>
(cherry picked from commit 80c4d675c22ee12516435b6ff4ce80e13c676d9b)
@@ -79,7 +79,7 @@ endef | ||
79 | 79 | |
80 | 80 | define Package/libcoap/install |
81 | 81 | $(INSTALL_DIR) $(1)/usr/lib |
82 | - $(CP) $(PKG_INSTALL_DIR)/usr/lib/libcoap-$(ABI_VERSION).so* $(1)/usr/lib/ | |
82 | + $(CP) $(PKG_INSTALL_DIR)/usr/lib/libcoap-$(ABI_VERSION)*.so* $(1)/usr/lib/ | |
83 | 83 | endef |
84 | 84 | |
85 | 85 | define Package/coap-client/install |