hrw pushed to signon (master). "force proper libdir - fixes build on 64-bit architectures other than x86-64"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Apr 8 17:11:01 UTC 2015


>From 5a19fb3994073592ad94b43e1f11d4042107dfe3 Mon Sep 17 00:00:00 2001
From: Marcin Juszkiewicz <mjuszkiewicz at redhat.com>
Date: Wed, 8 Apr 2015 20:50:00 +0200
Subject: force proper libdir - fixes build on 64-bit architectures other than
 x86-64


diff --git a/signon.spec b/signon.spec
index 15cd5e5..6cb493a 100644
--- a/signon.spec
+++ b/signon.spec
@@ -1,6 +1,6 @@
 Name:           signon
 Version:        8.57
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Accounts framework for Linux and POSIX based platforms
 
 License:        LGPLv2
@@ -59,7 +59,7 @@ export PATH=%{_qt5_bindir}:$PATH
 # FIXME: out-of-src tree build fails -- rex
 %{qmake_qt5} signon.pro \
   CONFIG+=release \
-  QMF_INSTALL_ROOT=%{_prefix}
+  QMF_INSTALL_ROOT=%{_prefix} LIBDIR=%{_libdir}
 
 make %{?_smp_mflags}
 
@@ -111,6 +111,9 @@ mkdir -p %{buildroot}%{_libdir}/extensions/
 
 
 %changelog
+* Wed Apr 08 2015 Marcin Juszkiewicz <mjuszkiewicz at redhat.com> - 8.57-4
+- force proper libdir - fixes build on 64-bit architectures other than x86-64
+
 * Wed Apr 01 2015 Rex Dieter <rdieter at fedoraproject.org> - 8.57-3
 - %%files: track closer, less globs (sonames, pkgconfig)
 - own libdir/extensions/
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/signon.git/commit/?h=master&id=5a19fb3994073592ad94b43e1f11d4042107dfe3


More information about the scm-commits mailing list