Merge pull request #1504 from hauke/boost

boost: do not fail when no shared libs were build
This commit is contained in:
Jo-Philipp Wich
2015-06-30 19:41:14 +02:00
+3 -10
View File
@@ -226,16 +226,9 @@ define Build/InstallDev
$(1)/usr/include/boost/ \ $(1)/usr/include/boost/ \
# copies _all_ header files - independent of <--with-library>-argument above # copies _all_ header files - independent of <--with-library>-argument above
if [ -d $(PKG_INSTALL_DIR)/lib ]; then \ $(INSTALL_DIR) $(1)/usr/lib
$(INSTALL_DIR) \ -$(CP) $(PKG_INSTALL_DIR)/lib/*.a $(1)/usr/lib/
$(1)/usr/lib; \ -$(CP) $(PKG_INSTALL_DIR)/lib/*.so* $(1)/usr/lib/
$(CP) \
$(PKG_INSTALL_DIR)/lib/*.a \
$(1)/usr/lib/; \
$(CP) \
$(PKG_INSTALL_DIR)/lib/*.so* \
$(1)/usr/lib/; \
fi
endef endef
define Host/Install define Host/Install