[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[PATCH 5/9] rules: Build llvm shared libs on platforms that support llvm.



From: Timo Aaltonen <tjaalton@ubuntu.com>

(cherry picked from commit 9d7e4160adaf35af11a1866d24e3872528b1b130)

Conflicts:
	debian/changelog
---
 debian/changelog |    3 +++
 debian/rules     |    1 +
 2 filer ändrade, 4 tillägg(+)

diff --git a/debian/changelog b/debian/changelog
index 01003f6..f4667ff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,9 @@ mesa (8.0.4-3) UNRELEASED; urgency=low
     from upstream.
   * control, patches/13-llvm-config-pick-a-version.diff: Update to llvm-3.0.
 
+  [ Timo Aaltonen ]
+  * rules: Build llvm shared libs on platforms that support llvm.
+
  -- Jon Severinsson <jon@severinsson.net>  Sat, 22 Sep 2012 20:50:00 +0200
 
 mesa (8.0.4-2) unstable; urgency=high
diff --git a/debian/rules b/debian/rules
index 551cb75..20fd465 100755
--- a/debian/rules
+++ b/debian/rules
@@ -102,6 +102,7 @@ else
   # LLVM is required for r300g and recommended for swrastg on x86:
   ifneq (,$(filter $(DEB_HOST_ARCH),amd64 i386 kfreebsd-amd64 kfreebsd-i386))
 	confflags_GALLIUM += --enable-gallium-llvm
+	confflags_GALLIUM += --with-llvm-shared-libs
   endif
 
 	confflags_DIRECT_RENDERING = --enable-driglx-direct
-- 
1.7.10.4


Reply to: