File project.diff of Package libgsasl
--- libgsasl.changes.orig
+++ libgsasl.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Thu Aug 16 21:38:16 UTC 2012 - agraf@suse.com
+
+- fix build on ARM
+
+-------------------------------------------------------------------
Sun Mar 25 00:49:09 UTC 2012 - jengelh@medozas.de
- Enable building against libntlm (now that it exists in factory)
--- libgsasl.spec.orig
+++ libgsasl.spec
@@ -29,6 +29,7 @@ BuildRequires: pkg-config
Version: 1.6.1
Release: 0
Source: %{name}-%{version}.tar.gz
+Patch1: fix-arm.patch
Summary: Implementation of the SASL framework and a few common SASL mechanisms
License: LGPL-2.1+
Group: Development/Libraries/C and C++
@@ -68,6 +69,9 @@ from clients, and in clients to authenti
%lang_package
%prep
%setup -q
+%ifarch %arm
+%patch1 -p1
+%endif
%build
%configure --disable-static --with-pic