diff options
author | Chris Larson <clarson@kergoth.com> | 2004-01-17 01:41:48 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-01-17 01:41:48 +0000 |
commit | c1d3ee7bbbea565220acadc0f62c2e4f152cbd69 (patch) | |
tree | 2f65ea5cef8a9987226388bd57016e7b2da92567 /mutt | |
parent | 2516cd2bf26c7bf85317fe090883481db368e4aa (diff) |
Merge kergoth@zelda.tuxnami.org:code/packages
into direwolf.itg.ti.com:/home/kergoth/coding/projects/user/oe-metadata/packages
2004/01/16 19:40:28-06:00 ti.com!kergoth
BUGFIX: Prevent mutt from polluting the aclocal share data.
BKrev: 400892dcVa4IundC87XWe4rAgZ9Ckw
Diffstat (limited to 'mutt')
-rw-r--r-- | mutt/mutt_1.5.4i.oe | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/mutt/mutt_1.5.4i.oe b/mutt/mutt_1.5.4i.oe index 779f06dd58..ffbb316153 100644 --- a/mutt/mutt_1.5.4i.oe +++ b/mutt/mutt_1.5.4i.oe @@ -13,14 +13,8 @@ S := ${WORKDIR}/${PN}-1.5.4 inherit autotools -EXTRA_OECONF = --disable-pgp --without-mixmaster --with-curses=${STAGING_DIR}/target \ - --enable-pop --enable-imap --with-ssl --enable-compressed --enable-nntp - -do_configure_prepend () { - if [ -d ${STAGING_DIR}/share/aclocal ]; then - cp -a m4/*.m4 ${STAGING_DIR}/share/aclocal/ - fi -} +EXTRA_OECONF = '--disable-pgp --without-mixmaster --with-curses=${STAGING_DIR}/target \ + --enable-pop --enable-imap --with-ssl --enable-compressed --enable-nntp' do_compile_prepend () { ${BUILD_CC} makedoc.c -o makedoc |