ultrabug 14/12/02 14:30:00 Added: corosync-2.3.4-docs.patch Log: version bump, drop old (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key B658FA13)
Revision Changes Path 1.1 sys-cluster/corosync/files/corosync-2.3.4-docs.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/corosync/files/corosync-2.3.4-docs.patch?rev=1.1&view=markup 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 Index: corosync-2.3.4-docs.patch =================================================================== --- a/configure.ac 2014-12-02 15:21:35.511819113 +0100 +++ b/configure.ac 2014-12-02 15:23:02.162487868 +0100 @@ -655,7 +655,7 @@ INCLUDE_DIRS="$INCLUDE_DIRS -I\$(top_builddir)/include/corosync -I\$(top_srcdir)/include/corosync" # final build of *FLAGS -CFLAGS="$ENV_CFLAGS $lt_prog_compiler_pic $SEC_FLAGS $OPT_CFLAGS $GDB_FLAGS \ +CFLAGS="$ENV_CFLAGS $lt_prog_compiler_pic $OS_CFLAGS \ $COVERAGE_CFLAGS $EXTRA_WARNINGS \ $WERROR_CFLAGS $NSS_CFLAGS $LIBQB_CFLAGS \ $SNMP_INCLUDES" @@ -685,7 +685,10 @@ AM_CONDITIONAL(AUGTOOL, test -n "${AUGTOOL}") AC_SUBST([NSS_LDFLAGS]) -AM_CONDITIONAL(BUILD_HTML_DOCS, test -n "${GROFF}") +AC_ARG_ENABLE([doc], + AS_HELP_STRING([--enable-doc],[Build html documentation]) +) +AM_CONDITIONAL(BUILD_HTML_DOCS, [test -n "${GROFF}" && test "x$enable_doc" = "xyes"] ) AC_SUBST([LINT_FLAGS])
