mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-17 15:14:44 +02:00
util-linux: disable udev support, add missing dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32183 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
d184ace808
commit
043ef04cf0
@ -34,7 +34,8 @@ CONFIGURE_ARGS += \
|
|||||||
--enable-new-mount \
|
--enable-new-mount \
|
||||||
--with-ncurses \
|
--with-ncurses \
|
||||||
--disable-nls \
|
--disable-nls \
|
||||||
--disable-tls
|
--disable-tls \
|
||||||
|
--without-udev
|
||||||
|
|
||||||
TARGET_CFLAGS += $(FPIC)
|
TARGET_CFLAGS += $(FPIC)
|
||||||
|
|
||||||
@ -79,6 +80,7 @@ endef
|
|||||||
|
|
||||||
define Package/libmount
|
define Package/libmount
|
||||||
$(call Package/util-linux/Default)
|
$(call Package/util-linux/Default)
|
||||||
|
DEPENDS:=+libblkid
|
||||||
TITLE:=mount library
|
TITLE:=mount library
|
||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
@ -260,7 +262,7 @@ endef
|
|||||||
define Package/mount-utils
|
define Package/mount-utils
|
||||||
$(call Package/util-linux/Default)
|
$(call Package/util-linux/Default)
|
||||||
TITLE:=related (u)mount utilities
|
TITLE:=related (u)mount utilities
|
||||||
DEPENDS+= +libblkid +libmount
|
DEPENDS+= +libmount
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/mount-utils/description
|
define Package/mount-utils/description
|
||||||
@ -311,6 +313,7 @@ endef
|
|||||||
define Package/setterm
|
define Package/setterm
|
||||||
$(call Package/util-linux/Default)
|
$(call Package/util-linux/Default)
|
||||||
TITLE:=set terminal attributes
|
TITLE:=set terminal attributes
|
||||||
|
DEPENDS:= +libncurses
|
||||||
SUBMENU:=Terminal
|
SUBMENU:=Terminal
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user