Commit b046f141 authored by mru's avatar mru

Enable PIC unconditionally on OpenBSD

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19526 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d8b659d4
...@@ -1813,7 +1813,7 @@ case $target_os in ...@@ -1813,7 +1813,7 @@ case $target_os in
;; ;;
openbsd) openbsd)
enable malloc_aligned enable malloc_aligned
LIBOBJFLAGS='$(PIC)' enable pic
SHFLAGS='-shared' SHFLAGS='-shared'
oss_indev_extralibs="-lossaudio" oss_indev_extralibs="-lossaudio"
oss_outdev_extralibs="-lossaudio" oss_outdev_extralibs="-lossaudio"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment