From a692d4f095202ccd01d7d6e9aef8e7b12b524da0 Mon Sep 17 00:00:00 2001 From: Wolfram Sang Date: Fri, 25 Dec 2009 23:14:33 +0100 Subject: [fbgrab] simplify strip handling PTXdist can cope better with that now. Signed-off-by: Wolfram Sang --- patches/fbgrab-1.0/fbgrab-1.0-crosscompile.diff | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'patches/fbgrab-1.0') diff --git a/patches/fbgrab-1.0/fbgrab-1.0-crosscompile.diff b/patches/fbgrab-1.0/fbgrab-1.0-crosscompile.diff index 6f193c047..d85f71e6c 100644 --- a/patches/fbgrab-1.0/fbgrab-1.0-crosscompile.diff +++ b/patches/fbgrab-1.0/fbgrab-1.0-crosscompile.diff @@ -2,18 +2,20 @@ From: Roland Hostettler Subject: [patch] make makefile cross compilation aware The upstream makefile is not usable for cross compilation. +[wsa] Simplified 'strip' support Signed-off-by: Robert Schwebel +Signed-off-by: Wolfram Sang --- - Makefile | 11 +++++------ - 1 file changed, 5 insertions(+), 6 deletions(-) + Makefile | 10 ++++------ + 1 file changed, 4 insertions(+), 6 deletions(-) -Index: fbgrab-1.0/Makefile +Index: Makefile =================================================================== ---- fbgrab-1.0.orig/Makefile -+++ fbgrab-1.0/Makefile -@@ -4,13 +4,13 @@ +--- a/Makefile.orig ++++ b/Makefile +@@ -4,13 +4,12 @@ ### fbgrab: fbgrab.c @@ -26,8 +28,7 @@ Index: fbgrab-1.0/Makefile - strip fbgrab - install fbgrab /usr/bin/fbgrab - install fbgrab.1.man /usr/man/man1/fbgrab.1 -+ ${STRIP} fbgrab -+ install fbgrab ${DESTDIR}/usr/bin/fbgrab ++ install -s fbgrab ${DESTDIR}/usr/bin/fbgrab + install fbgrab.1.man ${DESTDIR}/usr/man/man1/fbgrab.1 clean: -- cgit v1.2.3