summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory Pratt <anarchy@gentoo.org>2006-02-09 19:15:41 +0000
committerJory Pratt <anarchy@gentoo.org>2006-02-09 19:15:41 +0000
commit544a52c48e2ca137dfeac67207cd72bec80d3b00 (patch)
treee4447ed85bd738499a7d7aa39b321e8135c19f02 /dev-libs/nspr/files
parentMark 2.2.0_p8 stable on ia64 (diff)
downloadgentoo-2-544a52c48e2ca137dfeac67207cd72bec80d3b00.tar.gz
gentoo-2-544a52c48e2ca137dfeac67207cd72bec80d3b00.tar.bz2
gentoo-2-544a52c48e2ca137dfeac67207cd72bec80d3b00.zip
rpath fix
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'dev-libs/nspr/files')
-rw-r--r--dev-libs/nspr/files/digest-nspr-4.6.1-r26
-rw-r--r--dev-libs/nspr/files/nspr-4.6.1-config-1.patch11
2 files changed, 17 insertions, 0 deletions
diff --git a/dev-libs/nspr/files/digest-nspr-4.6.1-r2 b/dev-libs/nspr/files/digest-nspr-4.6.1-r2
new file mode 100644
index 000000000000..4cf781ba3664
--- /dev/null
+++ b/dev-libs/nspr/files/digest-nspr-4.6.1-r2
@@ -0,0 +1,6 @@
+MD5 4179b55d590be158d3618a9937cf605b nspr-4.6.1-disable-gcc-ansi.patch.bz2 5863
+RMD160 16787ab777261ed897e4ef30480636921836aaa6 nspr-4.6.1-disable-gcc-ansi.patch.bz2 5863
+SHA256 64920c6d8af73cbd0c68e9e0f6fbf19a9d920239179ceb47424ebd6ff8ce34e3 nspr-4.6.1-disable-gcc-ansi.patch.bz2 5863
+MD5 267a63dec54e72b02831d3083fd9faaf nspr-4.6.1.tar.gz 1327028
+RMD160 75e8fe9b32df1698a9290baec122fa5bb970a75d nspr-4.6.1.tar.gz 1327028
+SHA256 30c70a5a241016d0968d148c3bdaf9d9692b5aa44426d40c01ec51654e0e0479 nspr-4.6.1.tar.gz 1327028
diff --git a/dev-libs/nspr/files/nspr-4.6.1-config-1.patch b/dev-libs/nspr/files/nspr-4.6.1-config-1.patch
new file mode 100644
index 000000000000..a7d536152520
--- /dev/null
+++ b/dev-libs/nspr/files/nspr-4.6.1-config-1.patch
@@ -0,0 +1,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