Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 174734
Collapse All | Expand All

(-)ejabberd-1.1.3-r1.ebuild (-2 / +7 lines)
Lines 15-21 Link Here
15
LICENSE="GPL-2"
15
LICENSE="GPL-2"
16
SLOT="0"
16
SLOT="0"
17
KEYWORDS="~amd64 x86"
17
KEYWORDS="~amd64 x86"
18
IUSE="mod_irc mod_muc mod_pubsub ldap odbc ssl web sname"
18
IUSE="mod_irc mod_muc mod_pubsub ldap odbc ssl web sname debug"
19
19
20
DEPEND=">=net-im/jabber-base-0.01
20
DEPEND=">=net-im/jabber-base-0.01
21
	>=dev-libs/expat-1.95
21
	>=dev-libs/expat-1.95
Lines 53-59 Link Here
53
	$(use_enable odbc)					 \
53
	$(use_enable odbc)					 \
54
	|| die "econf failed"
54
	|| die "econf failed"
55
    
55
    
56
    emake || die "compiling ejabberd core failed"
56
    EJABBERD_MAKE_OPTS=
57
    if use debug ; then
58
	EJABBERD_MAKE_OPTS="ejabberd_debug=true"
59
    fi
60
    
61
    emake $EJABBERD_MAKE_OPTS || die "compiling ejabberd core failed"
57
}
62
}
58
63
59
src_install() {
64
src_install() {

Return to bug 174734