[Pkg-ceph-commits] [ceph] 02/05: New patch to fix FTBFS on 'hppa' (Closes: #748571).

Dmitry Smirnov onlyjob at moszumanska.debian.org
Thu May 22 16:15:04 UTC 2014


This is an automated email from the git hooks/post-receive script.

onlyjob pushed a commit to branch master
in repository ceph.

commit 8715568
Author: Dmitry Smirnov <onlyjob at member.fsf.org>
Date:   Thu May 22 15:39:13 2014

    New patch to fix FTBFS on 'hppa' (Closes: #748571).
---
 debian/patches/ceph-ao-require-cas.patch | 16 ++++++++++++++++
 debian/patches/series                    |  2 ++
 2 files changed, 18 insertions(+)

diff --git a/debian/patches/ceph-ao-require-cas.patch b/debian/patches/ceph-ao-require-cas.patch
new file mode 100644
index 0000000..0a893a3
--- /dev/null
+++ b/debian/patches/ceph-ao-require-cas.patch
@@ -0,0 +1,16 @@
+Last-Update: 2014-05-21
+Forwarded: https://github.com/ceph/ceph/pull/1844
+Bug-Debian: http://bugs.debian.org/748571
+Author: John David Anglin <dave.anglin at bell.net>
+Description: Define AO_REQUIRE_CAS to fix FTBFS on 'hppa'.
+
+--- a/src/include/atomic.h
++++ b/src/include/atomic.h
+@@ -25,6 +25,7 @@
+ #ifndef NO_ATOMIC_OPS
+ 
+ // libatomic_ops implementation
++#define AO_REQUIRE_CAS
+ #include <atomic_ops.h>
+ 
+ // reinclude our assert to clobber the system one
diff --git a/debian/patches/series b/debian/patches/series
index f3630ab..5692740 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,5 @@
+ceph-ao-require-cas.patch
+
 ## Backported / Upstream
 client-sleep1.patch
 client-sleep2.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ceph/ceph.git



More information about the Pkg-ceph-commits mailing list