]> git.pld-linux.org Git - packages/dmraid.git/commitdiff
- build with -fPIC on x86_64/amd64
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 18 May 2006 20:07:01 +0000 (20:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dmraid.spec -> 1.25

dmraid.spec

index b1115144b9d74492871ed562ee52f3b053f515ef..07d03ced50badf23b822dffc306825761d904e42 100644 (file)
@@ -3,7 +3,7 @@
 %bcond_without initrd  # without initrd version
 #
 %define        _rc rc10
-%define        _rel 1.3
+%define        _rel 1.5
 Summary:       Device-mapper RAID tool
 Summary(pl):   Narzêdzie do RAID-u opartego o device-mapper
 Name:          dmraid
@@ -24,6 +24,9 @@ BuildRequires:        device-mapper-devel >= 1.01.01
 %{?with_initrd:BuildRequires:  libsepol-static}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define                specflags_x86_64        -fPIC
+%define                specflags_amd64 -fPIC
+
 %description
 DMRAID supports device discovery, set activation and display of
 properties for ATARAID on Linux >= 2.4 using device-mapper.
This page took 0.466821 seconds and 4 git commands to generate.