# HG changeset patch # User diego # Date 1174767394 0 # Node ID 423d7ac28bb2b27917ba756f1d8eee348e18f03c # Parent 7986e3f730085c4d06f6925bf683c49023ed17b4 Unconditionally add -li386 to LDFLAGS on OpenBSD/x86-32. diff -r 7986e3f73008 -r 423d7ac28bb2 configure --- a/configure Sat Mar 24 19:59:36 2007 +0000 +++ b/configure Sat Mar 24 20:16:34 2007 +0000 @@ -6033,7 +6033,6 @@ _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 @@ _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'