libgcrypt: restore BBCLASSEXTEND
[openembedded.git] / recipes / mcabber / mcabber_0.9.9.bb
1 DESCRIPTION = "Jabber ncurses client"
2 HOMEPAGE = "http://www.lilotux.net/~mikael/mcabber/"
3 AUTHOR = "Mikael Berthe"
4 PRIORITY = "optional"
5 LICENSE = "GPL"
6 DEPENDS = "ncurses openssl gpgme"
7
8 SRC_URI = "http://www.lilotux.net/~mikael/mcabber/files/mcabber-${PV}.tar.bz2"
9
10 inherit autotools
11
12 do_configure() {
13   export ac_cv_func_malloc_0_nonnull=yes
14   export ac_cv_func_realloc_0_nonnull=yes
15   oe_runconf
16 }