Browse Source

really update nss

Waldemar Brodkorb 11 years ago
parent
commit
6c6f588279
2 changed files with 2 additions and 23 deletions
  1. 2 2
      package/nspr/Makefile
  2. 0 21
      package/nspr/patches/patch-mozilla_nsprpub_configure

+ 2 - 2
package/nspr/Makefile

@@ -4,9 +4,9 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=		nspr
-PKG_VERSION:=		4.8.7
+PKG_VERSION:=		4.9.2
 PKG_RELEASE:=		1
-PKG_MD5SUM:=		97e30989a56ab813453b71261849c200
+PKG_MD5SUM:=		1a8cad110e0ae94f538610a00f595b33
 PKG_DESCR:=		Netscape Portable Runtime library
 PKG_SECTION:=		libs
 PKG_URL:=		http://www.mozilla.org/projects/nspr/

+ 0 - 21
package/nspr/patches/patch-mozilla_nsprpub_configure

@@ -1,21 +0,0 @@
---- 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