From: Jakub Bogusz Date: Wed, 3 Aug 2005 05:27:45 +0000 (+0000) Subject: - disable asm on x86_64 because of relocation problems X-Git-Tag: auto/ac/libdv-0_104-2 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=refs%2Ftags%2Fauto%2Fac%2Flibdv-0_104-2;p=packages%2Flibdv.git - disable asm on x86_64 because of relocation problems Changed files: libdv.spec -> 1.37 --- 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}