From 9a1521192c6a09353263ae063a422d91c230f769 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. git-svn-id: svn://10.0.0.236/trunk@7710 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/nsprpub/config/FreeBSD.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mozilla/nsprpub/config/FreeBSD.mk b/mozilla/nsprpub/config/FreeBSD.mk index 082df8e23d5..a7154795a8a 100644 --- a/mozilla/nsprpub/config/FreeBSD.mk +++ b/mozilla/nsprpub/config/FreeBSD.mk @@ -41,6 +41,8 @@ endif ARCH = freebsd +DLL_SUFFIX = so.1.0 + DSO_CFLAGS = -fPIC DSO_LDOPTS = -Bshareable DSO_LDFLAGS =