From: Måns Rullgård Date: Tue, 28 Jul 2009 08:58:42 +0000 (+0000) Subject: Enable PIC unconditionally on OpenBSD X-Git-Tag: v0.6~3706 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=cd78208bd6699293b26f3a657b9148a26bab1237;p=coroid%2Flibav_saccubus.git Enable PIC unconditionally on OpenBSD Originally committed as revision 19526 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/configure b/configure index 65b74fca2..52f9c3e50 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"