diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-12-30 17:57:03 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-12-30 17:57:03 +0000 |
commit | 278c4c60c21f7dcab75ab1137e15079d5cf3c324 (patch) | |
tree | 948ce196f871abcf9410ca1521a3d2a5af6a3082 /runit/Kbuild | |
parent | a88ee74e24aba1481887ac6d68215c78f517b60e (diff) | |
download | busybox-w32-278c4c60c21f7dcab75ab1137e15079d5cf3c324.tar.gz busybox-w32-278c4c60c21f7dcab75ab1137e15079d5cf3c324.tar.bz2 busybox-w32-278c4c60c21f7dcab75ab1137e15079d5cf3c324.zip |
done a dozen of randconfig test. guess what? ALL failed...
these are resulting fixes
git-svn-id: svn://busybox.net/trunk/busybox@17105 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'runit/Kbuild')
-rw-r--r-- | runit/Kbuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/runit/Kbuild b/runit/Kbuild index ad1706cb6..ab9eef6ff 100644 --- a/runit/Kbuild +++ b/runit/Kbuild | |||
@@ -10,3 +10,8 @@ lib-$(CONFIG_RUNSVDIR) += runsvdir.o runit_lib.o | |||
10 | lib-$(CONFIG_SV) += sv.o runit_lib.o | 10 | lib-$(CONFIG_SV) += sv.o runit_lib.o |
11 | lib-$(CONFIG_SVLOGD) += svlogd.o runit_lib.o | 11 | lib-$(CONFIG_SVLOGD) += svlogd.o runit_lib.o |
12 | lib-$(CONFIG_CHPST) += chpst.o | 12 | lib-$(CONFIG_CHPST) += chpst.o |
13 | |||
14 | lib-$(CONFIG_ENVDIR) += chpst.o | ||
15 | lib-$(CONFIG_ENVUIDGID) += chpst.o | ||
16 | lib-$(CONFIG_SETUIDGID) += chpst.o | ||
17 | lib-$(CONFIG_SOFTLIMIT) += chpst.o | ||