diff options
author | Emil Velikov <[email protected]> | 2015-11-20 15:15:18 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-11-21 11:42:52 +0000 |
commit | 040785c08bac6703643893d4b7d6d0180c059efe (patch) | |
tree | 1f843448e421d1ad2d3098093e92ef5f38d062dd | |
parent | 0c56517d16e4589f228a48f7e99c95b494ab80d6 (diff) |
automake: use static llvm for make distcheck
With llvm 3.7 semi-dropping the autoconf build, we rely on their cmake
build. With the latter of which annoyingly using another (busted?)
SONAME.
Signed-off-by: Emil Velikov <[email protected]>
(cherry picked from commit c45b4257c26b93043508e55c6a1aeb3a8b14eee9)
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 149610c7c69..a9ed31ee123 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,6 +32,7 @@ AM_DISTCHECK_CONFIGURE_FLAGS = \ --enable-vdpau \ --enable-xa \ --enable-xvmc \ + --disable-llvm-shared-libs \ --with-egl-platforms=x11,wayland,drm \ --with-dri-drivers=i915,i965,nouveau,radeon,r200,swrast \ --with-gallium-drivers=i915,ilo,nouveau,r300,r600,radeonsi,freedreno,svga,swrast |