]> git.pld-linux.org Git - packages/libdv.git/blobdiff - libdv.spec
- disable asm on x86_64 because of relocation problems
[packages/libdv.git] / libdv.spec
index 5b4e707951ceeb6f0d956c6e6a2c04a65d125bdb..49d1508f8e417775d3df269a9c039b0611146319 100644 (file)
@@ -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}
This page took 0.570455 seconds and 4 git commands to generate.