Gentoo Archives: gentoo-commits

From: "Alexys Jacob (ultrabug)" <ultrabug@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-cluster/heartbeat/files: 3.0.4-fix_configure.patch
Date: Wed, 28 Dec 2011 11:07:07
Message-Id: 20111228110655.ACE572004C@flycatcher.gentoo.org
1 ultrabug 11/12/28 11:06:55
2
3 Modified: 3.0.4-fix_configure.patch
4 Log:
5 Ebuild cleanup, fix #387025, #387027 thanks to ago.
6
7 (Portage version: 2.1.10.43/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sys-cluster/heartbeat/files/3.0.4-fix_configure.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/heartbeat/files/3.0.4-fix_configure.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/heartbeat/files/3.0.4-fix_configure.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/heartbeat/files/3.0.4-fix_configure.patch?r1=1.1&r2=1.2
15
16 Index: 3.0.4-fix_configure.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/heartbeat/files/3.0.4-fix_configure.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- 3.0.4-fix_configure.patch 11 Feb 2011 11:04:46 -0000 1.1
23 +++ 3.0.4-fix_configure.patch 28 Dec 2011 11:06:55 -0000 1.2
24 @@ -97,3 +97,14 @@
25
26 dnl *************************************************************************
27 PATH="$PATH:/sbin:/usr/sbin:/usr/local/sbin:/usr/local/bin"
28 +--- work/Heartbeat-3-0-STABLE-3.0.5/configure.in 2011-12-28 11:51:05.601673071 +0100
29 ++++ work2/Heartbeat-3-0-STABLE-3.0.5/configure.in 2011-12-28 11:54:34.223094385 +0100
30 +@@ -2002,7 +2002,7 @@
31 + fi
32 +
33 + if test "$GCC" = yes; then
34 +- CFLAGS="$CFLAGS -ggdb3"
35 ++ CFLAGS="$CFLAGS"
36 + if
37 + cc_supports_flag -funsigned-char
38 + then