openbsd-ports/security/erl-bcrypt/patches/patch-rebar_config
jasper ba846b1e3a import erl-bcrypt
erl-bcrypt is a wrapper around the OpenBSD Blowfish password hashing
algorithm, as described in "A Future-Adaptable Password Scheme" by Niels
Provos and David Mazieres.

ok aja@
2013-03-08 12:06:44 +00:00

12 lines
393 B
Plaintext

$OpenBSD: patch-rebar_config,v 1.1.1.1 2013/03/08 12:06:44 jasper Exp $
--- rebar.config.orig Mon Mar 4 14:15:19 2013
+++ rebar.config Mon Mar 4 14:17:15 2013
@@ -12,5 +12,5 @@
{port_specs, [{"priv/bcrypt_nif.so", ["c_src/*.c"]}]}.
{post_hooks,
- [{clean, "make -C c_src clean"},
- {compile, "make -C c_src"}]}.
+ [{clean, "cd c_src && make clean"},
+ {compile, "cd c_src && make"}]}.