]> git.pld-linux.org Git - packages/X11-driver-nvidia.git/commitdiff
- bcond_with nptl added (implies with_tls).
authorPaweł Sikora <pluto@pld-linux.org>
Wed, 29 Dec 2004 23:28:17 +0000 (23:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    X11-driver-nvidia.spec -> 1.36

X11-driver-nvidia.spec

index 521177d79aafe39a632048bf3c276ecfc20228b3..22f35c7dcaec95e988ac132d4e553fcf5ed1b957 100644 (file)
@@ -5,6 +5,11 @@
 %bcond_without kernel          # without kernel packages
 %bcond_with    verbose         # verbose build (V=1)
 %bcond_with    tls             # install libraries with tls support
+%bcond_with    nptl            # implies TLS support
+#
+%if %{with nptl}
+%define                with_tls        1
+%endif
 #
 %define                _nv_ver         1.0
 %define                _nv_rel         6629
@@ -22,10 +27,8 @@ Group:               X11/XFree86
 # why not pkg0!?
 Source0:       http://download.nvidia.com/XFree86/Linux-x86/%{_nv_ver}-%{_nv_rel}/NVIDIA-Linux-x86-%{_nv_ver}-%{_nv_rel}-pkg1.run
 # Source0-md5: f7737c1e95371f37a4fd30da2f11e72c
-# Source0-size:        8167999
 Source1:       http://download.nvidia.com/XFree86/Linux-x86_64/%{_nv_ver}-%{_nv_rel}/NVIDIA-Linux-x86_64-%{_nv_ver}-%{_nv_rel}-pkg2.run
 # Source1-md5: 652e69f549c81a7a3f2806daa74b9c36
-# Source1-size:        7333486
 Patch0:                %{name}-gcc34.patch
 Patch1:                %{name}-GL.patch
 Patch2:                %{name}-conftest.patch
This page took 0.07452 seconds and 4 git commands to generate.