[SCM] libav/experimental: Enable PIC unconditionally on OpenBSD

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:49:29 UTC 2013


The following commit has been merged in the experimental branch:
commit cd78208bd6699293b26f3a657b9148a26bab1237
Author: Måns Rullgård <mans at mansr.com>
Date:   Tue Jul 28 08:58:42 2009 +0000

    Enable PIC unconditionally on OpenBSD
    
    Originally committed as revision 19526 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index 65b74fc..52f9c3e 100755
--- a/configure
+++ b/configure
@@ -1813,7 +1813,7 @@ case $target_os in
         ;;
     openbsd)
         enable malloc_aligned
-        LIBOBJFLAGS='$(PIC)'
+        enable pic
         SHFLAGS='-shared'
         oss_indev_extralibs="-lossaudio"
         oss_outdev_extralibs="-lossaudio"

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list