Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-cluster/ceph/files: ceph-issue1869.patch
Date: Tue, 03 Jan 2012 15:47:18
Message-Id: 20120103154709.46AE52004C@flycatcher.gentoo.org
1 xarthisius 12/01/03 15:47:09
2
3 Added: ceph-issue1869.patch
4 Log:
5 Fix building with automake-1.11.2 wrt #397319 by Alphat-PC <AlphatPC@×××××.com>. Drop old
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sys-cluster/ceph/files/ceph-issue1869.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/files/ceph-issue1869.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/files/ceph-issue1869.patch?rev=1.1&content-type=text/plain
14
15 Index: ceph-issue1869.patch
16 ===================================================================
17 Fix invalid docdir_SCRIPTS usage with >=automake-1.11.2
18
19 https://bugs.gentoo.org/show_bug.cgi?id=397319
20 http://tracker.newdream.net/issues/1869
21
22 Patch written by "Alphat-PC" <AlphatPC@×××××.com>
23 --- a/src/Makefile.am
24 +++ b/src/Makefile.am
25 @@ -769,8 +769,7 @@ EXTRA_DIST = $(srcdir)/verify-mds-journal.sh $(srcdir)/vstart.sh $(srcdir)/stop.
26 # NOTE: this won't work on suse, where docdir is /usr/share/doc/packages/$package.
27 docdir ?= ${datadir}/doc/ceph
28
29 -doc_DATA = $(srcdir)/sample.ceph.conf
30 -doc_SCRIPTS = sample.fetch_config
31 +doc_DATA = $(srcdir)/sample.ceph.conf sample.fetch_config
32
33 sample.fetch_config: fetch_config
34 cp -f $(srcdir)/fetch_config ./sample.fetch_config