Prevent the make install step from inadvertantly stripping the ssh binaries with...
authorChris Larson <clarson@kergoth.com>
Mon, 17 Nov 2003 23:12:23 +0000 (23:12 +0000)
committerChris Larson <clarson@kergoth.com>
Mon, 17 Nov 2003 23:12:23 +0000 (23:12 +0000)
BKrev: 3fb955d7Ac_w3YHUG6uUFzfS0tTzGw

openssh/openssh_3.7.1p1.oe
openssh/openssh_3.7.1p2.oe

index 17a41f4..3c534d1 100644 (file)
@@ -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
index 17a41f4..3c534d1 100644 (file)
@@ -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