OSDN Git Service

Enable PIC unconditionally on OpenBSD
authorMåns Rullgård <mans@mansr.com>
Tue, 28 Jul 2009 08:58:42 +0000 (08:58 +0000)
committerMåns Rullgård <mans@mansr.com>
Tue, 28 Jul 2009 08:58:42 +0000 (08:58 +0000)
Originally committed as revision 19526 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index 65b74fc..52f9c3e 100755 (executable)
--- 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"