Skip to content

Instantly share code, notes, and snippets.

@mssun
Created August 25, 2017 06:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mssun/fbc3f9297ca585924e1ac4e3279074af to your computer and use it in GitHub Desktop.
Save mssun/fbc3f9297ca585924e1ac4e3279074af to your computer and use it in GitHub Desktop.
coreutils.patch
diff --git a/Makefile b/Makefile
index 6b650b9..3f1b55c 100644
--- a/Makefile
+++ b/Makefile
@@ -246,7 +246,7 @@ endif
# Libaries to install
LIBS :=
ifneq (,$(findstring stdbuf, $(INSTALLEES)))
-LIBS += libstdbuf.$(DYLIB_EXT)
+# LIBS += libstdbuf.$(DYLIB_EXT)
endif
all: build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment