From ee01819f301a99fbae62222c7fca1b5d554d10cc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 18 May 2006 20:07:01 +0000 Subject: [PATCH] - build with -fPIC on x86_64/amd64 Changed files: dmraid.spec -> 1.25 --- dmraid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dmraid.spec b/dmraid.spec index b111514..07d03ce 100644 --- a/dmraid.spec +++ b/dmraid.spec @@ -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. -- 2.44.0