b5e0734d1a
- Updating fast_xml to version 1.1.24. - Updating p1_utils to version 1.0.10. - Updating stringprep to version 1.0.10. - Compatibility with R19.3+ - XEP-0084 (User Avatar) support
15 lines
472 B
Text
15 lines
472 B
Text
$NetBSD: patch-rebar.config,v 1.4 2017/10/17 14:53:22 fhajny Exp $
|
|
|
|
Look up fast_xml includes properly.
|
|
|
|
--- rebar.config.orig 2017-10-16 12:22:25.000000000 +0000
|
|
+++ rebar.config
|
|
@@ -23,7 +23,7 @@
|
|
nowarn_export_all,
|
|
{i, "include"},
|
|
{i, "../fast_xml/include"},
|
|
- {i, "deps/fast_xml/include"}]}.
|
|
+ {i, "@LOCALBASE@/lib/erlang/lib/fast_xml/include"}]}.
|
|
|
|
{port_env, [{"CFLAGS", "$CFLAGS"}, {"LDFLAGS", "$LDFLAGS"}]}.
|
|
|