aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/busybox/files/busybox-appletlib-dependency.patch
blob: 3efd4c088261f3d25ba25628d425aa40526a7053 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Index: busybox-1.13.2/Makefile
===================================================================
--- busybox-1.13.2.orig/Makefile	2009-03-19 15:44:37.419270265 +0300
+++ busybox-1.13.2/Makefile	2009-03-19 15:45:57.737521296 +0300
@@ -471,6 +471,10 @@
 		util-linux/ \
 		util-linux/volume_id/ \
 
+# Lib interdeps
+# libbb uses headers generated in applets
+libbb: applets
+
 endif # KBUILD_EXTMOD
 
 ifeq ($(dot-config),1)