Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37915162
en ru br
ALT Linux repositórios
S:1.5.6-alt1

Group :: Development/Erlang
RPM: erlang-xmpp

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: erlang-xmpp-fedora-allow-fxml.hrl-to-be-found-from-system-libs.patch
Download


From 5b99ba2d85fbf1c665823583fd8045d5bbfa120f Mon Sep 17 00:00:00 2001
From: Randy Barlow <randy@electronsweatshop.com>
Date: Sat, 31 Dec 2016 13:43:36 -0500
Subject: [PATCH] Allow fxml.hrl to be found from system libs.
This commit adjusts an include() call to be include_lib() so that
fxml.hrl can be found when it is installed in /usr/lib rather than
in a local deps folder.
---
 include/xmpp.hrl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git include/xmpp.hrl include/xmpp.hrl
index 4236f6c..955c825 100644
--- include/xmpp.hrl
+++ include/xmpp.hrl
@@ -26,7 +26,7 @@
 -include("ns.hrl").
 -include("jid.hrl").
 -include("xmpp_codec.hrl").
--include("fxml.hrl").
+-include_lib("fast_xml/include/fxml.hrl").
 
 -type stanza() :: iq() | presence() | message().
 
-- 
2.11.0
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009