From 4b85cd2cc771091e3c5ec060f82c4a5ce161545f Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Thu, 26 Aug 2004 15:05:08 +0000 Subject: cyrus-imapd: fixed bad usage of tail BKrev: 412dfc24z17AGLrY0EKse5uS_dS4NQ --- cyrus-imapd/cyrus-imapd-2.2.5/tail.patch | 0 cyrus-imapd/cyrus-imapd_2.2.5.oe | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 cyrus-imapd/cyrus-imapd-2.2.5/tail.patch diff --git a/cyrus-imapd/cyrus-imapd-2.2.5/tail.patch b/cyrus-imapd/cyrus-imapd-2.2.5/tail.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/cyrus-imapd/cyrus-imapd_2.2.5.oe b/cyrus-imapd/cyrus-imapd_2.2.5.oe index e69de29bb2..d92b384211 100644 --- a/cyrus-imapd/cyrus-imapd_2.2.5.oe +++ b/cyrus-imapd/cyrus-imapd_2.2.5.oe @@ -0,0 +1,23 @@ +DEPENDS = "cyrus-sasl" +PR = "r1" + +SRC_URI = "ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-imapd-${PV}.tar.gz \ + file://autotools.patch;patch=1 \ + file://tail.patch;patch=1" + +inherit autotools + +EXTRA_OECONF = "--with-auth=unix \ + --without-perl" + +BUILD_CFLAGS += " -I${S} -I${S}/et" +#do_compile_prepend () { +# cd lib +# ccache arm-linux-gcc -L/home/kergoth/code/build-arm/tmp/staging/arm-linux/lib -Wl,-rpath-link,/home/kergoth/code/build-arm/tmp/staging/arm-linux/lib -o mkchartable mkchartable.o xmalloc.o assert.o +# ${BUILD_CC} ${BUILD_CFLAGS} mkchartable.c -c -o mkchartable.o +# ${BUILD_CC} ${BUILD_CFLAGS} xmalloc.c -c -o xmalloc.o +# ${BUILD_CC} ${BUILD_CFLAGS} assert.c -c -o assert.o +# ${BUILD_CC} ${BUILD_LDFLAGS} -o mkchartable mkchartable.o xmalloc.o assert.o +# rm -f xmalloc.o assert.o mkchartable.o +# cd .. +#} -- cgit v1.2.3