r1482 - in /unstable/ffmpeg-debian/debian: changelog patches/011_fix_pic_mips.diff

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Sep 21 19:44:37 UTC 2008


Author: siretart
Date: Sun Sep 21 19:44:37 2008
New Revision: 1482

URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=1482
Log:
improve changelog and description of the patch

Modified:
    unstable/ffmpeg-debian/debian/changelog
    unstable/ffmpeg-debian/debian/patches/011_fix_pic_mips.diff

Modified: unstable/ffmpeg-debian/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/ffmpeg-debian/debian/changelog?rev=1482&op=diff
==============================================================================
--- unstable/ffmpeg-debian/debian/changelog (original)
+++ unstable/ffmpeg-debian/debian/changelog Sun Sep 21 19:44:37 2008
@@ -1,8 +1,16 @@
 ffmpeg-debian (0.svn20080206-13) unstable; urgency=low
 
   [Thiemo Seufer]
-  * Since gcc-4.3 mips/mipsel needs an explicit PIC flag for shared library
-    code. (Closes: #498216, 498647, 498397)
+  * compile shared libavcodec explicitly with $(PIC), since gcc-4.3
+    mips/mipsel needs an explicit PIC flag for shared library
+    code.
+  
+    Until gcc-4.2 Linux/MIPS always used PIC code, even for executables.
+    This changed with gcc-4.3, and with it the compiler default changed
+    to non-PIC. As a result, -fPIC now needs to be explicitly supplied
+    for shared library builds.
+  
+    (Closes: #498216, 498647, 498397)
 
  -- Reinhard Tartler <siretart at tauware.de>  Sun, 21 Sep 2008 17:03:50 +0200
 

Modified: unstable/ffmpeg-debian/debian/patches/011_fix_pic_mips.diff
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/ffmpeg-debian/debian/patches/011_fix_pic_mips.diff?rev=1482&op=diff
==============================================================================
--- unstable/ffmpeg-debian/debian/patches/011_fix_pic_mips.diff (original)
+++ unstable/ffmpeg-debian/debian/patches/011_fix_pic_mips.diff Sun Sep 21 19:44:37 2008
@@ -1,5 +1,5 @@
-Since gcc-4.3 mips/mipsel needs an explicit PIC flag for shared library
-code.
+compile shared libavcodec explicitly with $(PIC), since gcc-4.3
+mips/mipsel needs an explicit PIC flag for shared library code.
 
 Until gcc-4.2 Linux/MIPS always used PIC code, even for executables.
 This changed with gcc-4.3, and with it the compiler default changed




More information about the pkg-multimedia-commits mailing list