Changeset View
Changeset View
Standalone View
Standalone View
head/security/erlang-p1tls/files/patch-rebar.config.script
Property | Old Value | New Value |
---|---|---|
fbsd:nokeywords | null | yes \ No newline at end of property |
svn:eol-style | null | native \ No newline at end of property |
svn:mime-type | null | text/plain \ No newline at end of property |
--- rebar.config.script.orig 2015-09-08 13:20:15 UTC | |||||
+++ rebar.config.script | |||||
@@ -10,7 +10,7 @@ Cfg = case file:consult("vars.config") o | |||||
{ldflags, CfgLDFlags} = lists:keyfind(ldflags, 1, Cfg), | |||||
[{erl_opts, [debug_info]}, | |||||
- {port_env, [{"CFLAGS", "$CFLAGS " ++ CfgCFlags ++ " -O2 -Wall"}, | |||||
+ {port_env, [{"CFLAGS", "$CFLAGS " ++ CfgCFlags}, | |||||
{"LDFLAGS", "$LDFLAGS " ++ CfgLDFlags ++ " -lssl -lcrypto"}]}, | |||||
{port_specs, [{"priv/lib/p1_tls_drv.so", ["c_src/p1_tls_drv.c"]}, | |||||
{"priv/lib/p1_sha.so", ["c_src/p1_sha.c"]}]}]. |