All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] glib: Add --disable-man to configure arguments
@ 2013-04-25 14:34 Phil Blundell
  2013-04-25 17:20 ` Colin Walters
  0 siblings, 1 reply; 2+ messages in thread
From: Phil Blundell @ 2013-04-25 14:34 UTC (permalink / raw)
  To: openembedded-core

Without this, glib will probe for the existence of xsltproc and use that
to decide whether or not it wants to generate manpages.  This has two
consequences, neither of them good:

a) the result of the build will vary depending on whether xsltproc
happens to be installed in either the native sysroot or the host
environment; and

b) if xsltproc does happen to be installed but docbook-xsl isn't, the
build will fail with "I/O error" messages.

Signed-off-by: Phil Blundell <philb@gnu.org>
---
 meta/recipes-core/glib-2.0/glib.inc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc
index 42c34c3..d5fa0a3 100644
--- a/meta/recipes-core/glib-2.0/glib.inc
+++ b/meta/recipes-core/glib-2.0/glib.inc
@@ -25,7 +25,7 @@ inherit autotools gettext gtk-doc pkgconfig ptest
 
 S = "${WORKDIR}/glib-${PV}"
 
-CORECONF = "--disable-dtrace --disable-fam --disable-libelf --disable-systemtap"
+CORECONF = "--disable-dtrace --disable-fam --disable-libelf --disable-systemtap --disable-man"
 
 PTEST_CONF = "${@base_contains('DISTRO_FEATURES', 'ptest', '--enable-modular-tests', '--disable-modular-tests', d)}"
 EXTRA_OECONF = "--enable-included-printf=no ${CORECONF} ${PTEST_CONF}"
-- 
1.7.10.4






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] glib: Add --disable-man to configure arguments
  2013-04-25 14:34 [PATCH] glib: Add --disable-man to configure arguments Phil Blundell
@ 2013-04-25 17:20 ` Colin Walters
  0 siblings, 0 replies; 2+ messages in thread
From: Colin Walters @ 2013-04-25 17:20 UTC (permalink / raw)
  To: Phil Blundell; +Cc: openembedded-core

On Thu, 2013-04-25 at 15:34 +0100, Phil Blundell wrote:

> -CORECONF = "--disable-dtrace --disable-fam --disable-libelf --disable-systemtap"
> +CORECONF = "--disable-dtrace --disable-fam --disable-libelf --disable-systemtap --disable-man"
>  
>  PTEST_CONF = "${@base_contains('DISTRO_FEATURES', 'ptest', '--enable-modular-tests', '--disable-modular-tests', d)}"
>  EXTRA_OECONF = "--enable-included-printf=no ${CORECONF} ${PTEST_CONF}"

Looks good.

Signed-off-by: Colin Walters <walters@verbum.org>






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-04-25 17:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-25 14:34 [PATCH] glib: Add --disable-man to configure arguments Phil Blundell
2013-04-25 17:20 ` Colin Walters

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.