Author: nbd Date: 2014-06-29 17:41:39 +0200 (Sun, 29 Jun 2014) New Revision: 41389
Modified: trunk/package/system/ubox/Makefile Log: ubox: add explicit dependency on libubus to catch ABI changes Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/system/ubox/Makefile =================================================================== --- trunk/package/system/ubox/Makefile 2014-06-29 13:11:57 UTC (rev 41388) +++ trunk/package/system/ubox/Makefile 2014-06-29 15:41:39 UTC (rev 41389) @@ -24,7 +24,7 @@ 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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
