diff options
author | Chris Larson <clarson@kergoth.com> | 2003-10-20 22:56:34 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-10-20 22:56:34 +0000 |
commit | a23565c054906e316011ec06259f43e067d7a69a (patch) | |
tree | 1686a539e16312e3db637876559aaebb0ba76f33 /libpcap/libpcap_0.7.2.oe | |
parent | f1252666438187c9a1c84107c499f73ee2f80f51 (diff) |
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
Diffstat (limited to 'libpcap/libpcap_0.7.2.oe')
-rw-r--r-- | libpcap/libpcap_0.7.2.oe | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libpcap/libpcap_0.7.2.oe b/libpcap/libpcap_0.7.2.oe index a7049a31bb..e21a549bd5 100644 --- a/libpcap/libpcap_0.7.2.oe +++ b/libpcap/libpcap_0.7.2.oe @@ -12,6 +12,11 @@ S=${WORKDIR}/libpcap-${PV} inherit autotools EXTRA_OECONF=" --with-pcap=linux" +do_configure_prepend () { + if [ ! -e acinclude.m4 ]; then + cat aclocal.m4 > acinclude.m4 + fi +} do_stage () { install -d ${STAGING_DIR}/target/include/net |