From a23565c054906e316011ec06259f43e067d7a69a Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 20 Oct 2003 22:56:34 +0000 Subject: Move some nonbuilding items into nonworking.. fix the libpcap, openssh, nano builds that were failing due to 1) aclocal.m4 being the only place containing their macros, and 2) _au_changequote() refs that are never removed by autoconf. BKrev: 3f946822OUfB3oA0KwkHGEFd0cEV1Q --- openssh/openssh_3.7.1p2.oe | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'openssh/openssh_3.7.1p2.oe') 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}/ } -- cgit v1.2.3