aboutsummaryrefslogtreecommitdiff
blob: a7d536152520217d4b79d3ca53caf818c5fb780d (plain)
1
2
3
4
5
6
7
8
9
10
11
--- mozilla/nsprpub/configure.orig	2006-01-14 22:41:37.000000000 +0000
+++ mozilla/nsprpub/configure	2006-01-14 22:49:14.000000000 +0000
@@ -3893,7 +3893,7 @@
     PR_MD_CSRCS=linux.c
     MKSHLIB='$(CC) $(DSO_LDOPTS) -o $@'
     DSO_CFLAGS=-fPIC
-    DSO_LDOPTS='-shared -Wl,-soname -Wl,$(notdir $@)'
+    DSO_LDOPTS='-shared -Wl,-soname -Wl,$(notdir $@).$(MOD_MINOR_VERSION)'
     _OPTIMIZE_FLAGS=-O2
     _DEBUG_FLAGS="-g -fno-inline"  # most people on linux use gcc/gdb, and that
                                    # combo is not yet good at debugging inlined