Enable PIC unconditionally on OpenBSD

Originally committed as revision 19526 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2009-07-28 08:58:42 +00:00
parent ac0bed5491
commit cd78208bd6
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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"