[gnome-ostree] manifest: Move ca-certificates before p11-kit



commit fc306ccb9395db08a8f1280825bb6a2823d17522
Author: Colin Walters <walters verbum org>
Date:   Tue Feb 5 11:53:35 2013 -0500

    manifest: Move ca-certificates before p11-kit
    
    Should fix the build.

 manifest.json |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index 0ea8e5f..d6bc758 100644
--- a/manifest.json
+++ b/manifest.json
@@ -482,8 +482,11 @@
 
 		{"src": "fd-fprint:fprintd"},
 
-		{"src": "fd-p11:p11-kit",
-		 "config-opts": ["--without-system-anchors"]},
+		{"src": "git:git://pkgs.fedoraproject.org/ca-certificates.git",
+		 "tag": "8c27f267a89811f60b0cb442f637a01b2978e2c2",
+		 "patches": ["ca-certs-build.patch"]},
+
+		{"src": "fd-p11:p11-kit"},
 
 		{"src": "gnome:gcr"},
 
@@ -492,10 +495,6 @@
 
 		{"src": "gnome:libgnome-keyring"},
 
-		{"src": "git:git://pkgs.fedoraproject.org/ca-certificates.git",
-		 "tag": "8c27f267a89811f60b0cb442f637a01b2978e2c2",
-		 "patches": ["ca-certs-build.patch"]},
-
 		{"src": "gnome:gnome-keyring"},
 
 		{"src": "gnome:json-glib"},



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]