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