summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2009-07-28 08:58:42 +0000
committerMåns Rullgård <mans@mansr.com>2009-07-28 08:58:42 +0000
commitcd78208bd6699293b26f3a657b9148a26bab1237 (patch)
tree2c84bdac408ab48abc4360b9f990084b566b76ab /configure
parentac0bed54910188061349a1523cdf04c0e1178ed1 (diff)
Enable PIC unconditionally on OpenBSD
Originally committed as revision 19526 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 65b74fca2a..52f9c3e503 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"