diff options
Diffstat (limited to 'package/nspr/patches/patch-mozilla_nsprpub_configure')
-rw-r--r-- | package/nspr/patches/patch-mozilla_nsprpub_configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/nspr/patches/patch-mozilla_nsprpub_configure b/package/nspr/patches/patch-mozilla_nsprpub_configure new file mode 100644 index 000000000..70465b40f --- /dev/null +++ b/package/nspr/patches/patch-mozilla_nsprpub_configure @@ -0,0 +1,11 @@ +--- nspr-4.9.5.orig/mozilla/nsprpub/configure 2012-12-19 20:21:31.000000000 +0100 ++++ nspr-4.9.5/mozilla/nsprpub/configure 2013-02-27 16:43:20.000000000 +0100 +@@ -2848,7 +2849,7 @@ esac + if test "$cross_compiling" = "yes"; then + CROSS_COMPILE=1 + else +- CROSS_COMPILE= ++ CROSS_COMPILE=1 + fi + + echo $ac_n "checking for gcc -pipe support""... $ac_c" 1>&6 |