summaryrefslogtreecommitdiff
path: root/package/nspr/patches/patch-mozilla_nsprpub_configure
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-05-20 19:06:51 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-05-20 19:06:51 +0200
commit7259636f477c3f1e6330ee57cf064b3afd0a778c (patch)
tree28a8a33a0079980c2115be307dc60b1b5183f5fa /package/nspr/patches/patch-mozilla_nsprpub_configure
parent5f5e6da9afeb1684fe484ead00894866ebfbde7b (diff)
parent10668d53167c49eefbbac043db5f1c183ac8f21c (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/nspr/patches/patch-mozilla_nsprpub_configure')
-rw-r--r--package/nspr/patches/patch-mozilla_nsprpub_configure21
1 files changed, 21 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..3d048970b
--- /dev/null
+++ b/package/nspr/patches/patch-mozilla_nsprpub_configure
@@ -0,0 +1,21 @@
+--- nspr-4.8.2.orig/mozilla/nsprpub/configure 2009-10-04 02:57:00.000000000 +0200
++++ nspr-4.8.2/mozilla/nsprpub/configure 2010-05-02 12:55:21.842224375 +0200
+@@ -1129,8 +1129,8 @@ EOF
+ fi
+
+ if test -z "$SKIP_COMPILER_CHECKS"; then
+-if test "$target" != "$host"; then
+- echo "cross compiling from $host to $target"
++if test "$target" != "$build"; then
++ echo "cross compiling from $build to $target"
+ cross_compiling=yes
+
+ _SAVE_CC="$CC"
+@@ -2593,6 +2593,7 @@ case "$build:$target" in
+ ;;
+ esac
+
++cross_compiling=yes
+ if test "$cross_compiling" = "yes"; then
+ CROSS_COMPILE=1
+ else