]> git.pld-linux.org Git - packages/Mesa.git/commitdiff
- up to 20110526; -Wl,--as-needed build broken (workaround for now)
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 26 May 2011 07:34:56 +0000 (07:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Mesa.spec -> 1.263.2.16

Mesa.spec

index 08c9fde62474cf133147b16d8eaec6905dbf5211..541de1c70b7090c6ba803fbdc2be1d62e2e04499 100644 (file)
--- a/Mesa.spec
+++ b/Mesa.spec
@@ -25,7 +25,7 @@
 %define                dri2proto_ver   2.1
 %define                glproto_ver     1.4.11
 #
-%define                snap            20110504
+%define                snap            20110526
 # for snapshots ONLY!
 %define                no_install_post_check_so        1
 #
@@ -37,7 +37,7 @@ Release:      0.%{snap}.1%{?with_multigl:.mgl}
 License:       MIT (core), SGI (GLU,libGLw) and others - see license.html file
 Group:         X11/Libraries
 Source0:       %{name}Lib-%{snap}.tar.bz2
-# Source0-md5: f27a3d50618a3b32c11610dd19ecad2d
+# Source0-md5: b7c8e2d977183c70fd1b9f24f2f9b2e4
 Patch0:                %{name}-realclean.patch
 Patch1:                %{name}-selinux.patch
 Patch2:                %{name}-git.patch
@@ -52,7 +52,7 @@ BuildRequires:        libselinux-devel
 BuildRequires: libstdc++-devel >= 5:3.3.0
 BuildRequires: libtalloc-devel >= 2:2.0.1
 BuildRequires: libtool >= 2:1.4d
-BuildRequires: llvm-devel
+BuildRequires: llvm-devel >= 2.9
 %{?with_motif:BuildRequires:   motif-devel}
 BuildRequires: pixman-devel
 BuildRequires: pkgconfig
@@ -86,6 +86,9 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define        skip_post_check_so libOpenVG.so.1.0.0
 
+# llvm build broken
+%define           filterout_ld    -Wl,--as-needed
+
 %description
 Mesa is a 3-D graphics library with an API which is very similar to
 that of OpenGL(R). To the extent that Mesa utilizes the OpenGL command
This page took 0.532628 seconds and 4 git commands to generate.