]> git.pld-linux.org Git - packages/Mesa.git/commitdiff
- selinux patch is back; skip_post_check_so only for LIBGLESxx libs
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 18 Jul 2011 18:10:56 +0000 (18:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Mesa-selinux.patch -> 1.2.2.3
    Mesa.spec -> 1.263.2.23

Mesa-selinux.patch [new file with mode: 0644]
Mesa.spec

diff --git a/Mesa-selinux.patch b/Mesa-selinux.patch
new file mode 100644 (file)
index 0000000..7ac79a2
--- /dev/null
@@ -0,0 +1,11 @@
+--- Mesa-7.11/configure.ac~    2011-07-12 12:57:43.000000000 +0200
++++ Mesa-7.11/configure.ac     2011-07-18 19:40:58.701272226 +0200
+@@ -908,7 +908,7 @@
+ AC_SUBST([GLESv2_LIB_DEPS])
+ AC_SUBST([GLESv2_PC_LIB_PRIV])
+-GLAPI_LIB_DEPS="-lpthread"
++GLAPI_LIB_DEPS="-lpthread $SELINUX_LIBS"
+ AC_SUBST([GLAPI_LIB_DEPS])
index ac00eb1a54d1c337b9800254b26a0af2a7bfc5fa..2ce38ad6c11d3dda64d7ec04d07a6139463835e8 100644 (file)
--- a/Mesa.spec
+++ b/Mesa.spec
@@ -26,8 +26,6 @@
 %define                glproto_ver     1.4.11
 #
 %define                snap            20110717
-# for snapshots ONLY!
-%define                no_install_post_check_so        1
 #
 Summary:       Free OpenGL implementation
 Summary(pl.UTF-8):     Wolnodostępna implementacja standardu OpenGL
@@ -40,6 +38,7 @@ Source0:      %{name}Lib-%{snap}.tar.bz2
 # Source0-md5: db0591e831b4a9cf7b5e0838ba5a667c
 Patch0:                %{name}-realclean.patch
 Patch1:                %{name}-git.patch
+Patch2:                %{name}-selinux.patch
 URL:           http://www.mesa3d.org/
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake
@@ -83,6 +82,9 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %undefine      with_gallium_radeon
 %endif
 
+# unresolved symbol _glapi_tls_Dispatch
+%define                skip_post_check_so      libGLESv1_CM.so.1.* libGLESv2.so.2.*
+
 %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
@@ -728,6 +730,7 @@ Sterownik X.org DRI dla VMware.
 %setup -q
 %patch0 -p0
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__aclocal}
This page took 0.034475 seconds and 4 git commands to generate.