gensio: disable cm108gpio gensio and prevent using libudev 22663/head
authorMichael Heimpold <mhei@heimpold.de>
Tue, 14 Nov 2023 20:02:55 +0000 (21:02 +0100)
committerMichael Heimpold <mhei@heimpold.de>
Tue, 14 Nov 2023 20:02:55 +0000 (21:02 +0100)
libudev seems to be required only for cm108gpio gensio
which is a relatively special one. Let's disable it
and also the libudev lookup, so that there is no need
to link/use libudev.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
net/gensio/Makefile

index 500d95817cfba8e0a13ab946ad5485bbaebdf78b..b53d6821d760e6414857f6411cd4300e5791546c 100644 (file)
@@ -47,8 +47,9 @@ CONFIGURE_ARGS += \
        --$(if $(CONFIG_GENSIO_GLIB),with,without)-glib \
        --$(if $(CONFIG_GENSIO_TCL),with,without)-tcl \
        --without-afskmdm \
-       --without-ax25 \
        --without-alsa \
+       --without-ax25 \
+       --without-cm108gpio \
        --without-dnssd \
        --without-go \
        --without-ipmisol \
@@ -56,6 +57,7 @@ CONFIGURE_ARGS += \
        --without-openipmi \
        --without-portaudio \
        --without-sound \
+       --without-udev \
        --with-cplusplus \
        --with-flock-locking \
        --with-uucp-locking \