summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/openssh/openssh_6.5p1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity/openssh/openssh_6.5p1.bb')
-rw-r--r--meta/recipes-connectivity/openssh/openssh_6.5p1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/openssh/openssh_6.5p1.bb b/meta/recipes-connectivity/openssh/openssh_6.5p1.bb
index cf83fb4202..20c0407aac 100644
--- a/meta/recipes-connectivity/openssh/openssh_6.5p1.bb
+++ b/meta/recipes-connectivity/openssh/openssh_6.5p1.bb
@@ -54,7 +54,6 @@ inherit autotools-brokensep
54 54
55# LFS support: 55# LFS support:
56CFLAGS += "-D__FILE_OFFSET_BITS=64" 56CFLAGS += "-D__FILE_OFFSET_BITS=64"
57export LD = "${CC}"
58 57
59# login path is hardcoded in sshd 58# login path is hardcoded in sshd
60EXTRA_OECONF = "'LOGIN_PROGRAM=${base_bindir}/login' \ 59EXTRA_OECONF = "'LOGIN_PROGRAM=${base_bindir}/login' \
@@ -79,6 +78,7 @@ CACHED_CONFIGUREVARS += "ac_cv_path_PATH_PASSWD_PROG=${bindir}/passwd"
79EXTRA_OECONF_append_libc-uclibc=" --without-pam" 78EXTRA_OECONF_append_libc-uclibc=" --without-pam"
80 79
81do_configure_prepend () { 80do_configure_prepend () {
81 export LD="${CC}"
82 if [ ! -e acinclude.m4 -a -e aclocal.m4 ]; then 82 if [ ! -e acinclude.m4 -a -e aclocal.m4 ]; then
83 cp aclocal.m4 acinclude.m4 83 cp aclocal.m4 acinclude.m4
84 fi 84 fi