Bugzilla bug #36464: OpenBSD shared libraries must be named .so.n.m.

Thanks to greg-mozillabugs@nest.cx for the bug report and the fix.
This commit is contained in:
wtc%netscape.com 2000-04-21 17:51:36 +00:00
parent 31b814c983
commit 79d045d2e2

View File

@ -45,6 +45,8 @@ endif
ARCH = openbsd
DLL_SUFFIX = so.1.0
DSO_CFLAGS = -fPIC
DSO_LDFLAGS =
DSO_LDOPTS = -Bshareable