| Priority | medium |
|---|---|
| Bug ID | 75929 |
| Assignee | dri-devel@lists.freedesktop.org |
| Summary | Configuring Mesa to use shared libLLVM.so fails |
| Severity | normal |
| Classification | Unclassified |
| OS | Linux (All) |
| Reporter | rankincj@googlemail.com |
| Hardware | x86-64 (AMD64) |
| Status | NEW |
| Version | git |
| Component | Drivers/Gallium/r600 |
| Product | Mesa |
Created attachment 95379 [details]
Patch for configure.ac to fix building against libLLVM.so
Configuring Mesa to build on Fedora 20 with the shared libLLVM.so is ignoring
the new --enable-llvm-shared-libs option. It looks like two references to
"with_llvm_shared_libs" were missed in configure.ac.
I have attached a patch.