summaryrefslogtreecommitdiff
path: root/package/nss/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-12-13 19:06:51 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-12-13 19:06:51 +0100
commitfa8f3ad16badb93d3f6343789ff23da905e610f0 (patch)
treefacd0f95b7698d0b28f121356ce8e10120a91c9e /package/nss/patches
parent8764495da70ea584707adf6715273b8ee41ab4f4 (diff)
fix cross-compile on Darinw
Diffstat (limited to 'package/nss/patches')
-rw-r--r--package/nss/patches/patch-mozilla_security_coreconf_UNIX_mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/nss/patches/patch-mozilla_security_coreconf_UNIX_mk b/package/nss/patches/patch-mozilla_security_coreconf_UNIX_mk
new file mode 100644
index 000000000..83616841a
--- /dev/null
+++ b/package/nss/patches/patch-mozilla_security_coreconf_UNIX_mk
@@ -0,0 +1,12 @@
+--- nss-3.12.8.orig/mozilla/security/coreconf/UNIX.mk 2008-10-03 21:12:41.000000000 +0200
++++ nss-3.12.8/mozilla/security/coreconf/UNIX.mk 2010-12-12 01:54:56.000000000 +0100
+@@ -38,7 +38,8 @@
+ XP_DEFINE += -DXP_UNIX
+ LIB_SUFFIX = a
+ DLL_SUFFIX = so
+-AR = ar cr $@
++ARTOOL = ar
++AR = $(ARTOOL) cr $@
+ LDOPTS += -L$(SOURCE_LIB_DIR)
+
+ ifdef BUILD_OPT