summaryrefslogtreecommitdiffstats
path: root/patches/sudo-1.7.2p6/0001-install-sh-disable-stripping.patch
blob: c8421a5a29a1cad0a1dcbce8feda20d7e82d55db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
From 0c293e823cbe169ed09f1be263ff22e57b9d03ef Mon Sep 17 00:00:00 2001
From: Marc Kleine-Budde <mkl@pengutronix.de>
Date: Wed, 13 Jan 2010 09:29:27 +0100
Subject: [PATCH] install-sh: disable stripping

This patch disables stripping because the install-sh would use
/usr/bin/strip which doesn't work during cross compilation.

Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
---
 install-sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/install-sh b/install-sh
index 5a6d399..e9a70b5 100755
--- a/install-sh
+++ b/install-sh
@@ -138,7 +138,7 @@ while ${MORETODO} ; do
 	fi
 	;;
     X-s)
-	STRIPIT=true
+	STRIPIT=false
 	;;
     X--)
 	shift
-- 
1.6.6