]> git.pld-linux.org Git - packages/libselinux.git/commitdiff
- gcc deps for __thread variables (3.4 on ppc/sparc, 3.2 otherwise)
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 21 Jan 2007 18:42:04 +0000 (18:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libselinux.spec -> 1.53

libselinux.spec

index 4ad94d17546935032361becfe830379bbd644cf5..aacbcb2e8fa9f631915ea8a322140034f01fb3fe 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Conditional build:
-%bcond_without python
+%bcond_without python  # python binding
 #
 Summary:       SELinux library and simple utilities
 Summary(pl):   Biblioteka SELinux i proste narzêdzia
@@ -14,6 +14,11 @@ Source0:     http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz
 # 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}
This page took 0.070363 seconds and 4 git commands to generate.