Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

makefile doesnt work on FreeBSD #2

Open
ccastro opened this issue May 16, 2011 · 1 comment
Open

makefile doesnt work on FreeBSD #2

ccastro opened this issue May 16, 2011 · 1 comment

Comments

@ccastro
Copy link

ccastro commented May 16, 2011

make ends with *** Error code 1 but, it creates build/variables.vcl anyway

Error example:
Variable "1" found in a module, but not in VARIABLES! Unsafe.

variables.vcl:
sub vcl_recv
{
unset req.http.X-SEC-Severity;
unset req.http.X-SEC-Return;
unset req.http.X-SEC-Arg;
unset req.http.X-SEC-Module;
unset req.http.X-SEC-RuleId;
unset req.http.X-SEC-Rule;
unset req.http.X-SEC-RuleName;
unset req.http.X-SEC-RuleInfo;
unset req.http.X-SEC-Client;
unset req.http.X-SEC-Response;
}

Thanks in advance

@comotion
Copy link
Owner

This must mean FreeBSD has a weird version of sed or grep.
make check is a lame check anyway, go on and use security.vcl without worrying about this. If I get a chance to test this on FreeBSD I'll prolly find a fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants