mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Merge pull request #530 from zorun/master
bmon: Fix libncursesw dependency
This commit is contained in:
+1
-4
@@ -22,7 +22,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
define Package/bmon
|
define Package/bmon
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
DEPENDS:=+libncurses +libnl +confuse
|
DEPENDS:=+PACKAGE_libncursesw:libncursesw +!PACKAGE_libncursesw:libncurses +libnl +confuse
|
||||||
TITLE:=bmon is a portable bandwidth monitor
|
TITLE:=bmon is a portable bandwidth monitor
|
||||||
URL:=https://github.com/tgraf/bmon/
|
URL:=https://github.com/tgraf/bmon/
|
||||||
endef
|
endef
|
||||||
@@ -36,9 +36,6 @@ endef
|
|||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--disable-cnt-workaround \
|
--disable-cnt-workaround \
|
||||||
--disable-dbi \
|
|
||||||
--disable-rrd \
|
|
||||||
--disable-asound \
|
|
||||||
|
|
||||||
CONFIGURE_VARS += \
|
CONFIGURE_VARS += \
|
||||||
ac_cv_lib_nl_nl_connect=no \
|
ac_cv_lib_nl_nl_connect=no \
|
||||||
|
|||||||
Reference in New Issue
Block a user