xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/glew/glew/no-strip.patch (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1Don't forcibly strip the binaries.
2
3Signed-off-by: Ross Burton <ross.burton@intel.com>
4Upstream-Status: Backport [d7693eea09ac76c67f5f3aa538bb911ce2291e2c]
5
6diff --git a/Makefile b/Makefile
7index 6a9803c..170c0ce 100644
8--- a/Makefile
9+++ b/Makefile
10@@ -285 +285 @@ install.bin: glew.bin
11-	$(INSTALL) -s -m 0755 bin/$(GLEWINFO.BIN) bin/$(VISUALINFO.BIN) "$(DESTDIR)$(BINDIR)/"
12+	$(INSTALL) -m 0755 bin/$(GLEWINFO.BIN) bin/$(VISUALINFO.BIN) "$(DESTDIR)$(BINDIR)/"
13