diff options
author | Felix Fietkau <nbd@nbd.name> | 2021-02-16 11:20:21 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2021-02-16 11:20:23 +0100 |
commit | eea050dab82c7cefb44fd4ab1e705b3378e7fa06 (patch) | |
tree | fb2a46f705f923334b29e942d9fa46ffb1435484 /utils/fuse | |
parent | 7005d650cbec2b6967fdd650500cc40e0819318b (diff) |
curl,fuse,lm-sensors: move BuildPackage line for libs above packges depending on it
Fixes ABI_VERSION handling issues
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'utils/fuse')
-rw-r--r-- | utils/fuse/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/fuse/Makefile b/utils/fuse/Makefile index 90f1234c6..375c6b4a1 100644 --- a/utils/fuse/Makefile +++ b/utils/fuse/Makefile @@ -103,5 +103,5 @@ define Package/libfuse/install $(CP) $(PKG_INSTALL_DIR)/usr/lib/lib{fuse,ulockmgr}.so.* $(1)/usr/lib/ endef -$(eval $(call BuildPackage,fuse-utils)) $(eval $(call BuildPackage,libfuse)) +$(eval $(call BuildPackage,fuse-utils)) |