diff options
author | Chris Larson <clarson@kergoth.com> | 2003-11-26 23:02:29 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-11-26 23:02:29 +0000 |
commit | aa7792d1c07358bee1370a9bee01ed025627cf7e (patch) | |
tree | 95b2ba995175f18cff794fd08f648987c9ce2b97 /libetpan | |
parent | b6b3f3dbf23430bb7ab02c84792cc242a81d23cc (diff) |
Add some .m4 files to fix the libetpan build.
BKrev: 3fc53105dPvIspVzylRIB7Vs3vfsEg
Diffstat (limited to 'libetpan')
-rw-r--r-- | libetpan/libetpan-0.30/m4.patch | 0 | ||||
-rw-r--r-- | libetpan/libetpan_0.30.oe | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/libetpan/libetpan-0.30/m4.patch b/libetpan/libetpan-0.30/m4.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/libetpan/libetpan-0.30/m4.patch diff --git a/libetpan/libetpan_0.30.oe b/libetpan/libetpan_0.30.oe index 13238f1919..731861a93f 100644 --- a/libetpan/libetpan_0.30.oe +++ b/libetpan/libetpan_0.30.oe @@ -3,7 +3,8 @@ RDEPENDS = libc6 db3 openssl SRC_URI = ${SOURCEFORGE_MIRROR}/libetpan/libetpan-${PV}.tar.gz \ file://${FILESDIR}/limits.patch;patch=1 \ - file://${FILESDIR}/install.patch;patch=1 + file://${FILESDIR}/install.patch;patch=1 \ + file://${FILESDIR}/m4.patch;patch=1 inherit autotools libtool |