1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 03:05:48 +03:00
aports/testing/ejabberd/makefile.patch
2016-03-08 13:05:15 +00:00

12 lines
334 B
Diff

diff --git a/Makefile.in b/Makefile.in
index 0d91344..1276950 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -87,6 +87,7 @@ deps/.got:
$(REBAR) get-deps && :> deps/.got
deps/.built: deps/.got
+ $(SED) -i -e "23 i#include \<stdint.h\>" deps/stringprep/c_src/stringprep.cpp
$(REBAR) compile && :> deps/.built
src: deps/.built