From 3ff00f456e8783f0aebc01ec61dcca0be2cb4287 Mon Sep 17 00:00:00 2001 From: trociny Date: Tue, 16 May 2017 07:36:25 +0000 Subject: need use gmake to build --- databases/leofs/files/patch-deps-bcrypt-rebar.config | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 databases/leofs/files/patch-deps-bcrypt-rebar.config (limited to 'databases/leofs/files') diff --git a/databases/leofs/files/patch-deps-bcrypt-rebar.config b/databases/leofs/files/patch-deps-bcrypt-rebar.config new file mode 100644 index 000000000000..25a08b6a25cf --- /dev/null +++ b/databases/leofs/files/patch-deps-bcrypt-rebar.config @@ -0,0 +1,13 @@ +--- deps/bcrypt/rebar.config.orig 2017-05-16 10:06:50.323294000 +0300 ++++ deps/bcrypt/rebar.config 2017-05-16 10:14:15.468298000 +0300 +@@ -16,8 +16,8 @@ + %% These post_hooks are for rebar2. rebar.config.script removes them if + %% rebar3 is detected + {post_hooks, +- [{clean, "make -C c_src clean"}, +- {compile, "make -C c_src"}]}. ++ [{clean, "gmake -C c_src clean"}, ++ {compile, "gmake -C c_src"}]}. + + %% plugins and provider_hooks are for rebar3. rebar.config.script removes them + %% if rebar2 is detected -- cgit