https://bugs.freedesktop.org/show_bug.cgi?id=59967

Johannes Obermayr <johannesoberm...@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |NOTOURBUG

--- Comment #13 from Johannes Obermayr <johannesoberm...@gmx.de> ---
Closing it because arbitrary changing of library names downstream
(libLLVM-$VERSION.so to libLLVM-$VERSION.so.1) without creating a symlink in
right place (e. g. /usr/lib/llvm-$VERSION/lib/libLLVM-$VERSION.so in case of
Ubuntu/Debian) is not task of Mesa build system to handle (esp. if path to
libLLVM-$VERSION.so cannot be determinated easily - comment #9).

Also other developers have not contradicted for a week and it is better to
"[...] preserve runtime functionality" instead of making it compiling.

But you can patch it downstream:
-AC_CHECK_FILE("$LLVM_LIBDIR/lib$LLVM_SO_NAME.so", llvm_have_one_so=yes,)
+AC_CHECK_FILE("$ARBITRARY_LLVM_LIBDIR/lib$LLVM_SO_NAME.so",
llvm_have_one_so=yes,)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to