projects
/
openwrt
/
staging
/
ynezz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b2991a
)
mbedtls: add static files in staging_dir
author
Domagoj Pintaric
<domagoj.pintaric@sartura.hr>
Sun, 1 Jan 2017 18:10:38 +0000
(19:10 +0100)
committer
Luka Perkov
<luka.perkov@sartura.hr>
Mon, 16 Jan 2017 10:41:54 +0000
(11:41 +0100)
Signed-off-by: Domagoj Pintaric <domagoj.pintaric@sartura.hr>
Signed-off-by: Luka Perkov <luka.perkov@sartura.hr>
package/libs/mbedtls/Makefile
patch
|
blob
|
history
diff --git
a/package/libs/mbedtls/Makefile
b/package/libs/mbedtls/Makefile
index 990aabe066578b33180b9eb63227dcdf3cbf15c1..12b97da243d3a29af18d8141187c8173476cbf3e 100644
(file)
--- a/
package/libs/mbedtls/Makefile
+++ b/
package/libs/mbedtls/Makefile
@@
-59,6
+59,7
@@
define Build/InstallDev
$(CP) $(PKG_INSTALL_DIR)/usr/include/mbedtls $(1)/usr/include/
$(INSTALL_DIR) $(1)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/lib*.so* $(1)/usr/lib/
+ $(CP) $(PKG_INSTALL_DIR)/usr/lib/lib*.a $(1)/usr/lib/
endef
define Package/libmbedtls/install