]> git.pld-linux.org Git - packages/libdv.git/commitdiff
- disable asm on x86_64 because of relocation problems auto/ac/libdv-0_104-2
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 3 Aug 2005 05:27:45 +0000 (05:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libdv.spec -> 1.37

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.082724 seconds and 4 git commands to generate.