[pathfinder] Pass -DCMAKE_INSTALL_LIBDIR to cmake (Fix FTBFS #913836).

corsepiu corsepiu at fedoraproject.org
Sun Mar 3 09:41:40 UTC 2013


commit 8386f62030c333e463e5ba974805eb0a1e92a32a
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Sun Mar 3 10:41:25 2013 +0100

    Pass -DCMAKE_INSTALL_LIBDIR to cmake (Fix FTBFS #913836).

 pathfinder.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/pathfinder.spec b/pathfinder.spec
index 3f50115..b23efae 100644
--- a/pathfinder.spec
+++ b/pathfinder.spec
@@ -2,7 +2,7 @@
 
 Name:           pathfinder
 Version:        1.1.3
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        X.509 Path Discovery and Validation
 
 Group:          Applications/Internet
@@ -93,7 +93,7 @@ This package includes the development libraries linking to NSS.
 
 
 %build
-%cmake .
+%cmake -DCMAKE_INSTALL_LIBDIR=%{_libdir} .
 make VERBOSE=1 %{?_smp_mflags}
 
 
@@ -212,6 +212,9 @@ exit 0
 
 
 %changelog
+* Sun Mar 03 2013 Ralf Corsépius <corsepiu at fedoraproject.org> - 1.1.3-8
+- Pass -DCMAKE_INSTALL_LIBDIR to cmake (Fix FTBFS #913836).
+
 * Sat Feb 09 2013 Denis Arnaud <denis.arnaud_fedora at m4x.org> - 1.1.3-7
 - Rebuild for Boost-1.53.0
 


More information about the scm-commits mailing list