diff options
Diffstat (limited to 'cyrus-imapd')
-rw-r--r-- | cyrus-imapd/cyrus-imapd-2.2.5/tail.patch | 0 | ||||
-rw-r--r-- | cyrus-imapd/cyrus-imapd_2.2.5.oe | 23 |
2 files changed, 23 insertions, 0 deletions
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 --- /dev/null +++ b/cyrus-imapd/cyrus-imapd-2.2.5/tail.patch 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 .. +#} |