From 190fcb19db5e569a25905308dfef87639b8eb70f Mon Sep 17 00:00:00 2001 From: Jarod Wilson Date: Sep 22 2006 19:37:28 +0000 Subject: Disable asm on i386 for now to prevent text relocations in DSO --- diff --git a/libdv.spec b/libdv.spec index c9d3f1c..93c08f9 100644 --- a/libdv.spec +++ b/libdv.spec @@ -1,7 +1,7 @@ Summary: Software decoder for DV format video Name: libdv Version: 0.104 -Release: 4.fc6.1 +Release: 5%{?dist} Epoch: 0 License: LGPL Group: System Environment/Libraries @@ -57,12 +57,16 @@ This package contains development files for libdv. autoreconf %build -%configure +%configure \ +%ifarch %{ix86} + --disable-asm \ +%endif + --with-pic make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -%makeinstall +make DESTDIR=$RPM_BUILD_ROOT install rm $RPM_BUILD_ROOT%{_libdir}/libdv.a rm $RPM_BUILD_ROOT%{_libdir}/libdv.la @@ -97,6 +101,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/libdv.pc %changelog +* Thu Sep 21 2006 Jarod Wilson 0.104-5 +- Disable asm on i386 for now to prevent text relocations in DSO + * Wed Jul 12 2006 Jesse Keating - 0:0.104-4.fc6.1 - rebuild