diff options
Diffstat (limited to 'openssh/openssh_3.7.1p2.oe')
-rw-r--r-- | openssh/openssh_3.7.1p2.oe | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/openssh/openssh_3.7.1p2.oe b/openssh/openssh_3.7.1p2.oe index 5f2f45fb16..17a41f4538 100644 --- a/openssh/openssh_3.7.1p2.oe +++ b/openssh/openssh_3.7.1p2.oe @@ -25,6 +25,12 @@ LDFLAGS_prepend = "-L${S} -L${S}/openbsd-compat " EXTRA_OECONF = --disable-suid-ssh --with-ssl=${STAGING_LIBDIR}/ssl \ --with-rand-helper=no --without-pam +do_configure_prepend () { + if [ ! -e acinclude.m4 -a -e aclocal.m4 ]; then + cp aclocal.m4 acinclude.m4 + fi +} + do_compile_append () { install -m 0644 ${FILESDIR}/sshd_config ${S}/ } |