net-im/ejabberd: Fix include paths to xmpp and fast_xml

Gentoo-Bug: 614478
Package-Manager: Portage-2.3.5, Repoman-2.3.2
This commit is contained in:
Amadeusz Żołnowski
2017-05-17 21:32:58 +01:00
parent 357b78875d
commit a08089c249

View File

@@ -186,6 +186,9 @@ src_prepare() {
adjust_config
customize_epam_wrapper "${FILESDIR}/epam-wrapper"
rebar_fix_include_path fast_xml
rebar_fix_include_path xmpp
# Fix bug #591862. ERL_LIBS should point directly to ejabberd directory
# rather than its parent which is default. That way ejabberd directory
# takes precedence is module lookup.