[packages/libechonest] Unresolved symbol __stack_chk_fail in libechonest.so.2.1.0 on i486
glen
glen at pld-linux.org
Sun Jan 12 17:26:35 CET 2014
commit 8558a41959aca1020de38f0ecdd64eb5436ddb76
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sun Jan 12 16:08:07 2014 +0200
Unresolved symbol __stack_chk_fail in libechonest.so.2.1.0 on i486
libechonest.spec | 5 +++++
1 file changed, 5 insertions(+)
---
diff --git a/libechonest.spec b/libechonest.spec
index 6bf52bb..2a2250a 100644
--- a/libechonest.spec
+++ b/libechonest.spec
@@ -19,6 +19,11 @@ BuildRequires: qt4-build
BuildRequires: rpmbuild(macros) >= 1.605
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+# Unresolved symbol __stack_chk_fail in libechonest.so.2.1.0
+%ifarch i486
+%define skip_post_check_so libechonest.so.%{version}
+%endif
+
%description
libechonest is a collection of C++/Qt classes designed to make a
developer's life easy when trying to use the APIs provided by The Echo
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libechonest.git/commitdiff/788c1ad0c928ad40094c3b9661455d10e38e98a7
More information about the pld-cvs-commit
mailing list