Explorar el Código

ubox: add explicit dependency on libubus to catch ABI changes

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 41389
Felix Fietkau hace 11 años
padre
commit
bf90d46933
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      package/system/ubox/Makefile

+ 1 - 1
package/system/ubox/Makefile

@@ -24,7 +24,7 @@ TARGET_LDFLAGS += $(if $(CONFIG_USE_EGLIBC),-lrt)
 define Package/ubox
   SECTION:=base
   CATEGORY:=Base system
-  DEPENDS:=+libubox +ubusd +ubus +libuci +USE_EGLIBC:librt
+  DEPENDS:=+libubox +ubusd +ubus +libubus +libuci +USE_EGLIBC:librt
   TITLE:=OpenWrt system helper toolbox
 endef