cyrus-imapd: fixed bad usage of tail
authorMarcin Juszkiewicz <hrw@openembedded.org>
Thu, 26 Aug 2004 15:05:08 +0000 (15:05 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Thu, 26 Aug 2004 15:05:08 +0000 (15:05 +0000)
BKrev: 412dfc24z17AGLrY0EKse5uS_dS4NQ

cyrus-imapd/cyrus-imapd-2.2.5/tail.patch [new file with mode: 0644]
cyrus-imapd/cyrus-imapd_2.2.5.oe

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 (file)
index 0000000..e69de29
index e69de29..d92b384 100644 (file)
@@ -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 ..
+#}