]> git.pld-linux.org Git - packages/nspr.git/commitdiff
- updated to 4.15 auto/th/nspr-4.15-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 20 Jun 2017 16:37:12 +0000 (18:37 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 20 Jun 2017 16:37:12 +0000 (18:37 +0200)
- added configure patch (fix missing fi)

nspr-configure.patch [new file with mode: 0644]
nspr.spec

diff --git a/nspr-configure.patch b/nspr-configure.patch
new file mode 100644 (file)
index 0000000..7c211a8
--- /dev/null
@@ -0,0 +1,10 @@
+--- nspr-4.15/nspr/configure.in.orig   2017-06-05 22:16:00.000000000 +0200
++++ nspr-4.15/nspr/configure.in        2017-06-20 18:35:40.196433410 +0200
+@@ -1389,6 +1389,7 @@
+     changequote([,])
+     if test "$HOST_DARWIN_MAJOR" -ge 15 ; then
+         AC_DEFINE(HAS_CONNECTX)
++    fi
+     AS='$(CC) -x assembler-with-cpp'
+     CFLAGS="$CFLAGS -Wall -fno-common"
+     case "${target_cpu}" in
index f6e9782c35db4ca5cae612995db1ac7f532afc9a..a53ef4357841ce54f80fbe5e9bf0da4397faa751 100644 (file)
--- a/nspr.spec
+++ b/nspr.spec
@@ -1,14 +1,15 @@
 Summary:       Netscape Portable Runtime (NSPR)
 Summary(pl.UTF-8):     PrzenoĊ›ne biblioteki uruchomieniowe Netscape
 Name:          nspr
-Version:       4.14
+Version:       4.15
 Release:       1
 Epoch:         1
 License:       MPL v2.0
 Group:         Libraries
 Source0:       http://ftp.mozilla.org/pub/nspr/releases/v%{version}/src/%{name}-%{version}.tar.gz
-# Source0-md5: 743f6b7888a614da9927400874054d8c
+# Source0-md5: c6c652d4f805be2daa344ac372d7bc59
 Patch0:                %{name}-pc.patch
+Patch1:                %{name}-configure.patch
 URL:           https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSPR
 BuildRequires: autoconf >= 2.61
 BuildRequires: automake
@@ -53,6 +54,7 @@ Statyczna biblioteka NSPR.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 cd nspr
This page took 0.058231 seconds and 4 git commands to generate.