We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue by lshorb Friday Jan 31, 2014 at 23:07 GMT Originally opened as arduino/linino#24
per title, package coreutils-stdbuf does not include libstdbuf.so.
suggest something like:
--- feeds/packages/utils/coreutils/Makefile.orig 2014-01-31 14:08:22.043518972 -0800 +++ feeds/packages/utils/coreutils/Makefile 2014-01-31 14:38:16.963546616 -0800 @@ -99,6 +99,8 @@ define Package/$(1)/install $(INSTALL_DIR) $$(1)/usr/bin $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/$(2) $$(1)/usr/bin/
$(INSTALL_DIR) $$(1)/usr/lib/coreutils
$(CP) $(PKG_INSTALL_DIR)/usr/lib/coreutils/libstdbuf.so* $$(1)/usr/lib/coreutils
endef
$$(eval $$(call BuildPackage,$(1)))
The text was updated successfully, but these errors were encountered:
Comment by dragom Wednesday Feb 05, 2014 at 09:07 GMT
it's still broken also in openwrt https://dev.openwrt.org/ticket/11076
Sorry, something went wrong.
No branches or pull requests
Friday Jan 31, 2014 at 23:07 GMT
Originally opened as arduino/linino#24
per title, package coreutils-stdbuf does not include libstdbuf.so.
suggest something like:
--- feeds/packages/utils/coreutils/Makefile.orig 2014-01-31 14:08:22.043518972 -0800
$(INSTALL_DIR) $ $(1)/usr/bin
$(INSTALL_BIN) $ (PKG_INSTALL_DIR)/usr/bin/$(2) $$(1)/usr/bin/
+++ feeds/packages/utils/coreutils/Makefile 2014-01-31 14:38:16.963546616 -0800
@@ -99,6 +99,8 @@
define Package/$(1)/install
endef
The text was updated successfully, but these errors were encountered: