mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] legacy udev does not know the --disable-manpages switch
@ 2012-04-11 20:02 Juergen Beisert
  2012-04-17  9:19 ` Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Juergen Beisert @ 2012-04-11 20:02 UTC (permalink / raw)
  To: ptxdist

Enabling PTXCONF_UDEV_LEGACY uses a udev revision which does not know the
--disable-manpages switch and fails with:

--------------------
target: udev.prepare
--------------------

configure: error: unrecognized options: --disable-manpages

Signed-off-by: Juergen Beisert <jbe@pengutronix.de>

diff --git a/rules/udev.make b/rules/udev.make
index ac8c98b..476969e 100644
--- a/rules/udev.make
+++ b/rules/udev.make
@@ -53,7 +53,6 @@ UDEV_CONF_OPT	:= \
 	--disable-gtk-doc-pdf \
 	--$(call ptx/endis,PTXCONF_UDEV_DEBUG)-debug \
 	--$(call ptx/endis,PTXCONF_UDEV_SYSLOG)-logging \
-	--disable-manpages \
 	--$(call ptx/endis,PTXCONF_UDEV_LIBGUDEV)-gudev \
 	--disable-introspection \
 	--$(call ptx/endis,PTXCONF_UDEV_KEYMAPS)-keymap \
@@ -72,6 +71,7 @@ UDEV_CONF_OPT += \
 	--enable-hwdb
 else
 UDEV_CONF_OPT += \
+	--disable-manpages \
 	--libexecdir=/lib \
 	--$(call ptx/endis,PTXCONF_UDEV_MTD_PROBE)-mtd_probe
 endif

-- 
Pengutronix e.K.                              | Juergen Beisert             |
Linux Solutions for Science and Industry      | http://www.pengutronix.de/  |

-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

end of thread, other threads:[~2012-04-17  9:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-11 20:02 [ptxdist] [PATCH] legacy udev does not know the --disable-manpages switch Juergen Beisert
2012-04-17  9:19 ` Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox