aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/autofs/autofs/force-STRIP-to-emtpy.patch
blob: 1fc500319ec5e935148cf040a503c30d3b429b4f (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
From 3cbee00fe5725b87abdae80cfa2ee735e4513ca6 Mon Sep 17 00:00:00 2001
From: Roy Li <rongqing.li@windriver.com>
Date: Tue, 19 Aug 2014 11:31:35 +0800
Subject: [PATCH] [PATCH] force STRIP to emtpy

otherwise the generate file will be stripped

Signed-off-by: Roy Li <rongqing.li@windriver.com>

---
Upstream-Status: Pending

 Makefile.rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.rules b/Makefile.rules
index 709dd04..b1f7e50 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -31,7 +31,7 @@ LDFLAGS   ?= -s
 endif
 
 ifdef DONTSTRIP
-STRIP     ?= :
+STRIP     = :
 else
 STRIP     ?= strip --strip-debug
 endif