claws-mail: be carefull with # comments ending with backslash

* next line after #foo \ is not parsed correctly!
* but http://bugzilla.pokylinux.org/show_bug.cgi?id=813 says NOTABUG, so
  be *very carefull*

(From OE-Core rev: 125eb103194de5788920df13ccbc8004c54fb217)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Martin Jansa 2011-09-15 16:14:44 +02:00 committed by Richard Purdie
parent 6c4d3f5a56
commit 0b9e2fa758
1 changed files with 3 additions and 2 deletions

View File

@ -22,7 +22,6 @@ FILES_${PN} = "${bindir} ${datadir}/pixmaps ${datadir}/applications"
EXTRA_OECONF = "--disable-aspell-test \
--disable-aspell \
--disable-manual \
# --disable-openssl \
--disable-crash-dialog \
--disable-jpilot \
--disable-trayicon-plugin \
@ -33,12 +32,14 @@ EXTRA_OECONF = "--disable-aspell-test \
--disable-pgpinline-plugin \
--disable-dillo-viewer-plugin \
--disable-clamav-plugin \
# --disable-libetpan \
--disable-gnomeprint \
--disable-valgrind \
--disable-static \
"
# --disable-openssl \
# --disable-libetpan \
CFLAGS += "-D_GNU_SOURCE"
inherit autotools pkgconfig gettext