From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 75929] New: Configuring Mesa to use shared libLLVM.so fails
Date: Sat, 08 Mar 2014 22:58:29 +0000
Message-ID:
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.