Disable PIC patch, it causes segfaults on x86

epel9
Jarod Wilson 19 years ago
parent a0aac46e7f
commit 852f3a596e

@ -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: 3.fc6 Release: 4.fc6
Epoch: 0 Epoch: 0
License: LGPL License: LGPL
Group: System Environment/Libraries Group: System Environment/Libraries
@ -50,7 +50,7 @@ This package contains development files for libdv.
%setup -q %setup -q
%patch0 -p1 -b .mmx %patch0 -p1 -b .mmx
%patch1 -p0 -b .no-exec-stack %patch1 -p0 -b .no-exec-stack
%patch2 -p1 -b .pic-fix #patch2 -p1 -b .pic-fix
%patch3 -p3 -b .amd64reloc %patch3 -p3 -b .amd64reloc
%patch4 -p1 -b .gtk2 %patch4 -p1 -b .gtk2
# Required for the gtk2 patch # Required for the gtk2 patch
@ -97,6 +97,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/libdv.pc %{_libdir}/pkgconfig/libdv.pc
%changelog %changelog
* Wed May 24 2006 Jarod Wilson <jwilson@redhat.com> 0.104-4
- disable PIC patch for now, it reliably causes segfaults on x86
* Sat May 13 2006 Jarod Wilson <jwilson@redhat.com> 0.104-3 * Sat May 13 2006 Jarod Wilson <jwilson@redhat.com> 0.104-3
- rebuilt against latest X libs - rebuilt against latest X libs

Loading…
Cancel
Save