summaryrefslogtreecommitdiff
path: root/meta/recipes-connectivity/openssh/openssh-5.9p1/nostrip.patch
diff options
context:
space:
mode:
authorScott Garman <scott.a.garman@intel.com>2011-10-24 19:17:27 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-27 08:29:21 +0100
commit47c7f5a6f022dca10ae63851c7d9c14ee06f0c0b (patch)
treec2b886699c2a9ded30764599395a10d60ac55c0d /meta/recipes-connectivity/openssh/openssh-5.9p1/nostrip.patch
parentcec39345f6f5582dbc86a861882507eabe2b0979 (diff)
downloadopenembedded-core-47c7f5a6f022dca10ae63851c7d9c14ee06f0c0b.tar.gz
openembedded-core-47c7f5a6f022dca10ae63851c7d9c14ee06f0c0b.tar.bz2
openembedded-core-47c7f5a6f022dca10ae63851c7d9c14ee06f0c0b.tar.xz
openembedded-core-47c7f5a6f022dca10ae63851c7d9c14ee06f0c0b.zip
openssh: upgrade to 5.9p1
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Diffstat (limited to 'meta/recipes-connectivity/openssh/openssh-5.9p1/nostrip.patch')
-rw-r--r--meta/recipes-connectivity/openssh/openssh-5.9p1/nostrip.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/openssh/openssh-5.9p1/nostrip.patch b/meta/recipes-connectivity/openssh/openssh-5.9p1/nostrip.patch
new file mode 100644
index 000000000..33111f549
--- /dev/null
+++ b/meta/recipes-connectivity/openssh/openssh-5.9p1/nostrip.patch
@@ -0,0 +1,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)\" \