aboutsummaryrefslogtreecommitdiffstats
path: root/openssh
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-11-17 23:12:23 +0000
committerChris Larson <clarson@kergoth.com>2003-11-17 23:12:23 +0000
commit323adbc861dd869c97dd105e91d48b8f213caa57 (patch)
treec0cdae7d5f0ec4da9390808e3f6c6c9c34ee2ff4 /openssh
parent712d1e03c062a9be0398bed53b8239a93b7fe1e4 (diff)
downloadopenembedded-323adbc861dd869c97dd105e91d48b8f213caa57.tar.gz
Prevent the make install step from inadvertantly stripping the ssh binaries with the wrong strip command (install -s)
BKrev: 3fb955d7Ac_w3YHUG6uUFzfS0tTzGw
Diffstat (limited to 'openssh')
-rw-r--r--openssh/openssh_3.7.1p1.oe1
-rw-r--r--openssh/openssh_3.7.1p2.oe1
2 files changed, 2 insertions, 0 deletions
diff --git a/openssh/openssh_3.7.1p1.oe b/openssh/openssh_3.7.1p1.oe
index 17a41f4538..3c534d1334 100644
--- a/openssh/openssh_3.7.1p1.oe
+++ b/openssh/openssh_3.7.1p1.oe
@@ -24,6 +24,7 @@ CFLAGS_append = " -D__FILE_OFFSET_BITS=64"
LDFLAGS_prepend = "-L${S} -L${S}/openbsd-compat "
EXTRA_OECONF = --disable-suid-ssh --with-ssl=${STAGING_LIBDIR}/ssl \
--with-rand-helper=no --without-pam
+EXTRA_OEMAKE = '"STRIP_OPT="'
do_configure_prepend () {
if [ ! -e acinclude.m4 -a -e aclocal.m4 ]; then
diff --git a/openssh/openssh_3.7.1p2.oe b/openssh/openssh_3.7.1p2.oe
index 17a41f4538..3c534d1334 100644
--- a/openssh/openssh_3.7.1p2.oe
+++ b/openssh/openssh_3.7.1p2.oe
@@ -24,6 +24,7 @@ CFLAGS_append = " -D__FILE_OFFSET_BITS=64"
LDFLAGS_prepend = "-L${S} -L${S}/openbsd-compat "
EXTRA_OECONF = --disable-suid-ssh --with-ssl=${STAGING_LIBDIR}/ssl \
--with-rand-helper=no --without-pam
+EXTRA_OEMAKE = '"STRIP_OPT="'
do_configure_prepend () {
if [ ! -e acinclude.m4 -a -e aclocal.m4 ]; then