Disable asm on i386 for now to prevent text relocations in DSO

epel9
Jarod Wilson 19 years ago
parent cafd0e083d
commit 190fcb19db

@ -1,7 +1,7 @@
Summary: Software decoder for DV format video Summary: Software decoder for DV format video
Name: libdv Name: libdv
Version: 0.104 Version: 0.104
Release: 4.fc6.1 Release: 5%{?dist}
Epoch: 0 Epoch: 0
License: LGPL License: LGPL
Group: System Environment/Libraries Group: System Environment/Libraries
@ -57,12 +57,16 @@ This package contains development files for libdv.
autoreconf autoreconf
%build %build
%configure %configure \
%ifarch %{ix86}
--disable-asm \
%endif
--with-pic
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
rm -rf $RPM_BUILD_ROOT 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.a
rm $RPM_BUILD_ROOT%{_libdir}/libdv.la rm $RPM_BUILD_ROOT%{_libdir}/libdv.la
@ -97,6 +101,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/libdv.pc %{_libdir}/pkgconfig/libdv.pc
%changelog %changelog
* Thu Sep 21 2006 Jarod Wilson <jwilson@redhat.com> 0.104-5
- Disable asm on i386 for now to prevent text relocations in DSO
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0:0.104-4.fc6.1 * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0:0.104-4.fc6.1
- rebuild - rebuild

Loading…
Cancel
Save