Explorar el Código

package/eudev: remove obsolete --disable-introspection configure flag

It was removed from eudev with version 1.5.1, when introspection
became part of the gudev option [1]. This has in turn been removed and
replaced by package/libgudev, yet somehow the flag stayed. Remove it
to remove a warning during configure stage.

[1] https://github.com/eudev-project/eudev/commit/d5d6a7f3040992f853eb23eb1bafac3b77891c2d

Signed-off-by: Fiona Klute <fiona.klute@gmx.de>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit 993c0ba4603fb86137effef288207a2acdcd7f01)
Signed-off-by: Titouan Christophe <titouan.christophe@mind.be>
Fiona Klute hace 1 mes
padre
commit
08eea744ff
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      package/eudev/eudev.mk

+ 0 - 2
package/eudev/eudev.mk

@@ -14,7 +14,6 @@ EUDEV_CONF_OPTS = \
 	--disable-manpages \
 	--sbindir=/sbin \
 	--libexecdir=/lib \
-	--disable-introspection \
 	--enable-kmod \
 	--enable-blkid
 
@@ -71,7 +70,6 @@ HOST_EUDEV_CONF_OPTS = \
 	--with-rootlibdir=/lib \
 	--sysconfdir=/etc \
 	--disable-blkid \
-	--disable-introspection \
 	--disable-kmod \
 	--disable-manpages \
 	--disable-rule-generator \