summaryrefslogtreecommitdiff
path: root/package/nss/patches/patch-mozilla_security_coreconf_Linux_mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/nss/patches/patch-mozilla_security_coreconf_Linux_mk')
-rw-r--r--package/nss/patches/patch-mozilla_security_coreconf_Linux_mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/package/nss/patches/patch-mozilla_security_coreconf_Linux_mk b/package/nss/patches/patch-mozilla_security_coreconf_Linux_mk
new file mode 100644
index 000000000..cce23e2ee
--- /dev/null
+++ b/package/nss/patches/patch-mozilla_security_coreconf_Linux_mk
@@ -0,0 +1,15 @@
+--- nss-3.12.3.orig/mozilla/security/coreconf/Linux.mk 2008-09-06 01:17:23.000000000 +0200
++++ nss-3.12.3/mozilla/security/coreconf/Linux.mk 2009-06-24 19:11:27.470840369 +0200
+@@ -46,9 +46,9 @@ ifeq ($(USE_PTHREADS),1)
+ IMPL_STRATEGY = _PTH
+ endif
+
+-CC = gcc
+-CCC = g++
+-RANLIB = ranlib
++CC ?= gcc
++CCC ?= g++
++RANLIB ?= ranlib
+
+ DEFAULT_COMPILER = gcc
+