$OpenBSD: patch-configure,v 1.1 2018/09/12 19:33:25 naddy Exp $

lld 6.0.0 needs an explicit -memulation

Index: configure
--- configure.orig
+++ configure
@@ -3137,7 +3137,7 @@ fi
 LDSHARED='-shared -Wl,--version-script=exportmap'
 PLATFORM="x`uname`"
 XCFLAGS="-fPIC -Wall -O2 -Wdeclaration-after-statement"
-BIN2O="ld -r -b binary"
+BIN2O="ld -r -b binary ${LLD_EMUL}"
 MOZPLUGGER_SO_BLOB="mozplugger_so_blob.o"
 
 if test "${PLATFORM}" = xIRIX; then
