jhbuild r2512 - in trunk: . patches
- From: fpeters svn gnome org
- To: svn-commits-list gnome org
- Subject: jhbuild r2512 - in trunk: . patches
- Date: Thu, 13 Nov 2008 23:13:35 +0000 (UTC)
Author: fpeters
Date: Thu Nov 13 23:13:34 2008
New Revision: 2512
URL: http://svn.gnome.org/viewvc/jhbuild?rev=2512&view=rev
Log:
* patches/nss.pkgconfig-and-configure.patch: updated nss Makefile patch
to create a clean target and to remove installation of the .a file.
Modified:
trunk/ChangeLog
trunk/patches/nss.pkgconfig-and-configure.patch
Modified: trunk/patches/nss.pkgconfig-and-configure.patch
==============================================================================
--- trunk/patches/nss.pkgconfig-and-configure.patch (original)
+++ trunk/patches/nss.pkgconfig-and-configure.patch Thu Nov 13 23:13:34 2008
@@ -2644,7 +2644,7 @@
+AC_OUTPUT
--- Makefile.in 1970-01-01 01:00:00.000000000 +0100
+++ Makefile.in 2008-11-09 15:03:31.000000000 +0100
-@@ -0,0 +1,27 @@
+@@ -0,0 +1,31 @@
+prefix= prefix@
+nspr_prefix= NSPR_PREFIX@
+
@@ -2666,10 +2666,14 @@
+ all \
+ $(ARGS)
+
++clean:
++ $(MAKE) -C mozilla/security/nss clean
++
+install:
+ $(MAKE) -C mozilla/security/nss install $(ARGS)
+ -mkdir $(prefix)/include/nss
+ install -m 644 -t $(prefix)/include/nss mozilla/dist/public/nss/*
++ -rm $(prefix)/lib/libssl.a
+ cp nss.pc $(prefix)/lib/pkgconfig/nss.pc
+
--- nss.pc.in 1970-01-01 01:00:00.000000000 +0100
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]