Summary: | src/util/mesa-sha1.c:250:25: fatal error: openssl/sha.h: No such file or directory | ||
---|---|---|---|
Product: | Mesa | Reporter: | Vinson Lee <vlee> |
Component: | Mesa core | Assignee: | mesa-dev |
Status: | RESOLVED FIXED | QA Contact: | mesa-dev |
Severity: | normal | ||
Priority: | medium | CC: | airlied, imirkin |
Version: | git | Keywords: | bisected, regression |
Hardware: | x86-64 (AMD64) | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Vinson Lee
2015-09-06 23:13:12 UTC
Hmmm... I wonder if I should just stick the #ifdef HAVE_SHA1 all the way up top. This should resolve the issue: http://patchwork.freedesktop.org/patch/58800/ Vinson, is this still a problem? (In reply to Tapani Pälli from comment #3) > Vinson, is this still a problem? This is fixed. commit ae535cb0bf86e3ae376d42f4fd064bb73c22427e Author: Ilia Mirkin <imirkin@alum.mit.edu> Date: Mon Sep 7 00:06:51 2015 -0400 util: make mesa-sha1.c completely empty when there are no SHA1 impls My earlier attempt to fix this missed the fact that there was a #else clause that assumes that you have openssh. This moves the whole thing under #ifdef HAVE_SHA1 which should avoid this issue. Fixes: 13bfa5201 (util: always include sha1 into the build) Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=91898 Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Dave Airlie <airlied@gmail.com> |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.