If --enable-llvm-shared-libs option is passed Mesa builds without shared libs, it only works correctly when the option is omitted. Commit 933215ac63e43c7960e8e71f42748007ce810df7 changed --with-llvm-shared-libs to --enable-llvm-shared-libs, but still relies on the variable with_llvm_shared_libs which isn't set if AC_ARG_ENABLE is used.
Created attachment 98195 [details] [review] mesa-10.1.1-llvm-shared-libs.patch Added a patch which tries to fix llvm-shared-libs. It assigns the variable enable_llvm_shared_libs if --enable-llvm-shared-libs is set, or if it's omitted.
I just realized that the issue has already been fixed in git by commit 065b6ca52b6a34b1fa6713f41641738401e47710.
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.