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/corosync/files: corosync-2.3.4-docs.patch
Date: Tue, 02 Dec 2014 14:30:03
Message-Id: 20141202143000.5A574B5C4@oystercatcher.gentoo.org
1 ultrabug 14/12/02 14:30:00
2
3 Added: corosync-2.3.4-docs.patch
4 Log:
5 version bump, drop old
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key B658FA13)
8
9 Revision Changes Path
10 1.1 sys-cluster/corosync/files/corosync-2.3.4-docs.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/corosync/files/corosync-2.3.4-docs.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/corosync/files/corosync-2.3.4-docs.patch?rev=1.1&content-type=text/plain
14
15 Index: corosync-2.3.4-docs.patch
16 ===================================================================
17 --- a/configure.ac 2014-12-02 15:21:35.511819113 +0100
18 +++ b/configure.ac 2014-12-02 15:23:02.162487868 +0100
19 @@ -655,7 +655,7 @@
20 INCLUDE_DIRS="$INCLUDE_DIRS -I\$(top_builddir)/include/corosync -I\$(top_srcdir)/include/corosync"
21
22 # final build of *FLAGS
23 -CFLAGS="$ENV_CFLAGS $lt_prog_compiler_pic $SEC_FLAGS $OPT_CFLAGS $GDB_FLAGS \
24 +CFLAGS="$ENV_CFLAGS $lt_prog_compiler_pic $OS_CFLAGS \
25 $COVERAGE_CFLAGS $EXTRA_WARNINGS \
26 $WERROR_CFLAGS $NSS_CFLAGS $LIBQB_CFLAGS \
27 $SNMP_INCLUDES"
28 @@ -685,7 +685,10 @@
29 AM_CONDITIONAL(AUGTOOL, test -n "${AUGTOOL}")
30 AC_SUBST([NSS_LDFLAGS])
31
32 -AM_CONDITIONAL(BUILD_HTML_DOCS, test -n "${GROFF}")
33 +AC_ARG_ENABLE([doc],
34 + AS_HELP_STRING([--enable-doc],[Build html documentation])
35 +)
36 +AM_CONDITIONAL(BUILD_HTML_DOCS, [test -n "${GROFF}" && test "x$enable_doc" = "xyes"] )
37
38 AC_SUBST([LINT_FLAGS])