aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/openssh/openssh-5.6p1/nostrip.patch
blob: 33111f549425287ebd4c227a1f8d9aadc38289d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Disable stripping binaries during make install.

Upstream-Status: Inappropriate [configuration]

Build system specific.

Signed-off-by: Scott Garman <scott.a.garman@intel.com>

diff -ur openssh-5.6p1.orig/Makefile.in openssh-5.6p1/Makefile.in
--- openssh-5.6p1.orig/Makefile.in	2010-05-11 23:51:39.000000000 -0700
+++ openssh-5.6p1/Makefile.in	2010-08-30 16:49:54.000000000 -0700
@@ -29,7 +29,7 @@
 RAND_HELPER=$(libexecdir)/ssh-rand-helper
 PRIVSEP_PATH=@PRIVSEP_PATH@
 SSH_PRIVSEP_USER=@SSH_PRIVSEP_USER@
-STRIP_OPT=@STRIP_OPT@
+STRIP_OPT=
 
 PATHS= -DSSHDIR=\"$(sysconfdir)\" \
 	-D_PATH_SSH_PROGRAM=\"$(SSH_PROGRAM)\" \