From ea6aa09a4e2d157e184cf9c0918a4ee95a31c65a Mon Sep 17 00:00:00 2001 From: "wtc%netscape.com" Date: Mon, 10 Aug 1998 23:42:03 +0000 Subject: [PATCH] Shared libraries on FreeBSD must have version numbers in their names. So set DLL_SUFFIX to so.1.0. Thanks to Bret Ford for reporting the problem and Thomas Mueller for verifying the fix. --- nsprpub/config/FreeBSD.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nsprpub/config/FreeBSD.mk b/nsprpub/config/FreeBSD.mk index 082df8e23d59..a7154795a8a3 100644 --- a/nsprpub/config/FreeBSD.mk +++ b/nsprpub/config/FreeBSD.mk @@ -41,6 +41,8 @@ endif ARCH = freebsd +DLL_SUFFIX = so.1.0 + DSO_CFLAGS = -fPIC DSO_LDOPTS = -Bshareable DSO_LDFLAGS =