aboutsummaryrefslogtreecommitdiffstats
path: root/cyrus-imapd
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2004-08-26 15:05:08 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2004-08-26 15:05:08 +0000
commit4b85cd2cc771091e3c5ec060f82c4a5ce161545f (patch)
tree5e7ff22dc71975e9659a6e646e6fd9c4df6ad27c /cyrus-imapd
parent38ad7a0f65567effbf293eebdde2edf79c4c7562 (diff)
downloadopenembedded-4b85cd2cc771091e3c5ec060f82c4a5ce161545f.tar.gz
cyrus-imapd: fixed bad usage of tail
BKrev: 412dfc24z17AGLrY0EKse5uS_dS4NQ
Diffstat (limited to 'cyrus-imapd')
-rw-r--r--cyrus-imapd/cyrus-imapd-2.2.5/tail.patch0
-rw-r--r--cyrus-imapd/cyrus-imapd_2.2.5.oe23
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 ..
+#}