diff options
| -rw-r--r-- | meta/recipes-connectivity/openssh/openssh_6.6p1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/openssh/openssh_6.6p1.bb b/meta/recipes-connectivity/openssh/openssh_6.6p1.bb index dbcf4146ed..abc302b90f 100644 --- a/meta/recipes-connectivity/openssh/openssh_6.6p1.bb +++ b/meta/recipes-connectivity/openssh/openssh_6.6p1.bb | |||
| @@ -49,7 +49,6 @@ inherit autotools-brokensep ptest | |||
| 49 | 49 | ||
| 50 | # LFS support: | 50 | # LFS support: |
| 51 | CFLAGS += "-D__FILE_OFFSET_BITS=64" | 51 | CFLAGS += "-D__FILE_OFFSET_BITS=64" |
| 52 | export LD = "${CC}" | ||
| 53 | 52 | ||
| 54 | # login path is hardcoded in sshd | 53 | # login path is hardcoded in sshd |
| 55 | EXTRA_OECONF = "'LOGIN_PROGRAM=${base_bindir}/login' \ | 54 | EXTRA_OECONF = "'LOGIN_PROGRAM=${base_bindir}/login' \ |
| @@ -74,6 +73,7 @@ CACHED_CONFIGUREVARS += "ac_cv_path_PATH_PASSWD_PROG=${bindir}/passwd" | |||
| 74 | EXTRA_OECONF_append_libc-uclibc=" --without-pam" | 73 | EXTRA_OECONF_append_libc-uclibc=" --without-pam" |
| 75 | 74 | ||
| 76 | do_configure_prepend () { | 75 | do_configure_prepend () { |
| 76 | export LD="${CC}" | ||
| 77 | install -m 0644 ${WORKDIR}/sshd_config ${B}/ | 77 | install -m 0644 ${WORKDIR}/sshd_config ${B}/ |
| 78 | install -m 0644 ${WORKDIR}/ssh_config ${B}/ | 78 | install -m 0644 ${WORKDIR}/ssh_config ${B}/ |
| 79 | if [ ! -e acinclude.m4 -a -e aclocal.m4 ]; then | 79 | if [ ! -e acinclude.m4 -a -e aclocal.m4 ]; then |
