diff options
| author | Scott Garman <scott.a.garman@intel.com> | 2010-08-31 11:33:01 -0700 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-02 09:52:31 +0100 |
| commit | 436d590c4a5b7b5942bac5b51af128bcdd30621f (patch) | |
| tree | ceea9b9d54c51221fbe1555747bfadae8bfdb92d /meta/recipes-connectivity/openssh/openssh-5.6p1/nostrip.patch | |
| parent | a206fce2baac86c36aaf22755578d7b557f72b05 (diff) | |
| download | poky-436d590c4a5b7b5942bac5b51af128bcdd30621f.tar.gz | |
openssh: new recipe addition
OpenSSH v5.6p1, derived from OpenEmbedded's recipe.
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Diffstat (limited to 'meta/recipes-connectivity/openssh/openssh-5.6p1/nostrip.patch')
| -rw-r--r-- | meta/recipes-connectivity/openssh/openssh-5.6p1/nostrip.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/openssh/openssh-5.6p1/nostrip.patch b/meta/recipes-connectivity/openssh/openssh-5.6p1/nostrip.patch new file mode 100644 index 0000000000..a88e18e354 --- /dev/null +++ b/meta/recipes-connectivity/openssh/openssh-5.6p1/nostrip.patch | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | # Disable stripping binaries during make install. | ||
| 2 | # | ||
| 3 | # Signed-off-by: Scott Garman <scott.a.garman@intel.com> | ||
| 4 | |||
| 5 | diff -ur openssh-5.6p1.orig/Makefile.in openssh-5.6p1/Makefile.in | ||
| 6 | --- openssh-5.6p1.orig/Makefile.in 2010-05-11 23:51:39.000000000 -0700 | ||
| 7 | +++ openssh-5.6p1/Makefile.in 2010-08-30 16:49:54.000000000 -0700 | ||
| 8 | @@ -29,7 +29,7 @@ | ||
| 9 | RAND_HELPER=$(libexecdir)/ssh-rand-helper | ||
| 10 | PRIVSEP_PATH=@PRIVSEP_PATH@ | ||
| 11 | SSH_PRIVSEP_USER=@SSH_PRIVSEP_USER@ | ||
| 12 | -STRIP_OPT=@STRIP_OPT@ | ||
| 13 | +STRIP_OPT= | ||
| 14 | |||
| 15 | PATHS= -DSSHDIR=\"$(sysconfdir)\" \ | ||
| 16 | -D_PATH_SSH_PROGRAM=\"$(SSH_PROGRAM)\" \ | ||
