blob: b919c7930b91cf2db5a8d251cb928c7727cb03f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/mozilla/nsprpub/configure.orig 2006-01-14 22:41:37.000000000 +0000
+++ b/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
|