summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-24 20:16:34 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-24 20:16:34 +0000
commitf01fb5f30b23e6bfd7a065dd597c9fceca31ff46 (patch)
tree16902bab88d15452e501c15c3a81c96dc8b98abb /configure
parent937a267a2bd07ac08b65b56a6cca7698ddaaf50f (diff)
downloadmpv-f01fb5f30b23e6bfd7a065dd597c9fceca31ff46.tar.bz2
mpv-f01fb5f30b23e6bfd7a065dd597c9fceca31ff46.tar.xz
Unconditionally add -li386 to LDFLAGS on OpenBSD/x86-32.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22815 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 68cad55604..a10bf6f46b 100755
--- a/configure
+++ b/configure
@@ -6033,7 +6033,6 @@ if test "$_win32dll" = yes ; then
_def_win32dll='#define USE_WIN32DLL 1'
test -z "$_win32codecsdir" && _win32codecsdir=$_codecsdir
_res_comment="using $_win32codecsdir"
- openbsd && x86_32 && _ld_extra="$_ld_extra -li386"
if not win32 ; then
_def_win32_loader='#define WIN32_LOADER 1'
else
@@ -7230,6 +7229,7 @@ fi
_ld_extra="$_ld_extra $_ld_pthread $_ld_dl $_ld_dl_dynamic"
bsdos && _ld_extra="$_ld_extra -ldvd"
netbsd && x86_32 && _ld_extra="$_ld_extra -li386"
+openbsd && x86_32 && _ld_extra="$_ld_extra -li386"
_def_debug='#undef MP_DEBUG'
test "$_debug" != "" && _def_debug='#define MP_DEBUG 1'