Author: qboosh                       Date: Sun Jan 21 18:42:09 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- gcc deps for __thread variables (3.4 on ppc/sparc, 3.2 otherwise)

---- Files affected:
SPECS:
   libselinux.spec (1.52 -> 1.53) 

---- Diffs:

================================================================
Index: SPECS/libselinux.spec
diff -u SPECS/libselinux.spec:1.52 SPECS/libselinux.spec:1.53
--- SPECS/libselinux.spec:1.52  Fri Jan 12 10:15:38 2007
+++ SPECS/libselinux.spec       Sun Jan 21 19:42:04 2007
@@ -1,7 +1,7 @@
 # $Revision$, $Date$
 #
 # Conditional build:
-%bcond_without python
+%bcond_without python  # python binding
 #
 Summary:       SELinux library and simple utilities
 Summary(pl):   Biblioteka SELinux i proste narzędzia
@@ -15,6 +15,11 @@
 # Source0-md5: eac812a6f35e0e04ddad307abd21d014
 Patch0:                %{name}-vcontext-selinux.patch
 URL:           http://www.nsa.gov/selinux/
+%ifarch ppc ppc64 sparc sparcv9 sparc64
+BuildRequires: gcc >= 5:3.4
+%else
+BuildRequires: gcc >= 5:3.2
+%endif
 BuildRequires: glibc-devel >= 6:2.3
 BuildRequires: libsepol-devel >= 1.14
 %{?with_python:BuildRequires:  python-devel}
@@ -176,6 +181,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.53  2007/01/21 18:42:04  qboosh
+- gcc deps for __thread variables (3.4 on ppc/sparc, 3.2 otherwise)
+
 Revision 1.52  2007/01/12 09:15:38  zbyniu
 - support for capability context from vserver in selinux
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/libselinux.spec?r1=1.52&r2=1.53&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to