SPECS: libdv.spec - disable asm on x86_64 because of relocation pr...

qboosh qboosh at pld-linux.org
Wed Aug 3 07:27:50 CEST 2005


Author: qboosh                       Date: Wed Aug  3 05:27:50 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- disable asm on x86_64 because of relocation problems

---- Files affected:
SPECS:
   libdv.spec (1.36 -> 1.37) 

---- Diffs:

================================================================
Index: SPECS/libdv.spec
diff -u SPECS/libdv.spec:1.36 SPECS/libdv.spec:1.37
--- SPECS/libdv.spec:1.36	Tue Aug  2 00:14:38 2005
+++ SPECS/libdv.spec	Wed Aug  3 07:27:45 2005
@@ -5,7 +5,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
@@ -87,7 +88,6 @@
 
 %build
 cp /usr/share/automake/config.sub .
-CFLAGS="%{rpmcflags} -fPIC"
 %configure \
 	--enable-shared \
 %if %{with gui}
@@ -147,6 +147,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.37  2005/08/03 05:27:45  qboosh
+- disable asm on x86_64 because of relocation problems
+
 Revision 1.36  2005/08/01 22:14:38  saq
 - fPIC
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/libdv.spec?r1=1.36&r2=1.37&f=u




More information about the pld-cvs-commit mailing list