summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorAmadeusz Żołnowski <aidecoe@gentoo.org>2017-05-17 21:32:58 +0100
committerAmadeusz Żołnowski <aidecoe@gentoo.org>2017-05-17 21:33:14 +0100
commita08089c249b10b88d8075a6a17a4996ea0d415f5 (patch)
tree08dd6670ca66d71c7bf20586818fdacdb8bee502 /net-im
parentdev-python/pycryptodome: bump to 3.4.6 (diff)
downloadgentoo-a08089c249b10b88d8075a6a17a4996ea0d415f5.tar.gz
gentoo-a08089c249b10b88d8075a6a17a4996ea0d415f5.tar.bz2
gentoo-a08089c249b10b88d8075a6a17a4996ea0d415f5.zip
net-im/ejabberd: Fix include paths to xmpp and fast_xml
Gentoo-Bug: 614478 Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'net-im')
-rw-r--r--net-im/ejabberd/ejabberd-17.01.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/net-im/ejabberd/ejabberd-17.01.ebuild b/net-im/ejabberd/ejabberd-17.01.ebuild
index c54283e897d8..1f355ef0e527 100644
--- a/net-im/ejabberd/ejabberd-17.01.ebuild
+++ b/net-im/ejabberd/ejabberd-17.01.ebuild
@@ -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.