From 1230c885f159e5eed5025b8b181b0e99f03a1ce5 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Wed, 3 Aug 2005 05:27:45 +0000 Subject: [PATCH] - disable asm on x86_64 because of relocation problems Changed files: libdv.spec -> 1.37 --- libdv.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libdv.spec b/libdv.spec index 5b4e707..49d1508 100644 --- a/libdv.spec +++ b/libdv.spec @@ -4,7 +4,8 @@ %bcond_with mmx # use MMX asm (won't run on non-MMX CPU!) %bcond_without static_libs # don't build static library # -%ifarch athlon pentium3 pentium4 %{x8664} +%ifarch athlon pentium3 pentium4 +# %{x8664} skipped - gas generates PIC-incompatible relocation entries %define with_mmx 1 %endif Summary: DV video software codec @@ -86,7 +87,6 @@ Statyczna wersja biblioteki libdv. %build cp /usr/share/automake/config.sub . -CFLAGS="%{rpmcflags} -fPIC" %configure \ --enable-shared \ %if %{with gui} -- 2.44.0