svn commit: trunk/busybox/libbb
vda at busybox.net
vda at busybox.net
Wed Oct 17 02:59:06 PDT 2007
Author: vda
Date: 2007-10-17 02:59:01 -0700 (Wed, 17 Oct 2007)
New Revision: 20270
Log:
another fix for build failure found by randomconfig
Modified:
trunk/busybox/libbb/Kbuild
Changeset:
Modified: trunk/busybox/libbb/Kbuild
===================================================================
--- trunk/busybox/libbb/Kbuild 2007-10-16 23:00:50 UTC (rev 20269)
+++ trunk/busybox/libbb/Kbuild 2007-10-17 09:59:01 UTC (rev 20270)
@@ -126,5 +126,6 @@
lib-$(CONFIG_MDEV) += xregcomp.o
lib-$(CONFIG_LESS) += xregcomp.o
lib-$(CONFIG_PGREP) += xregcomp.o
+lib-$(CONFIG_PKILL) += xregcomp.o
lib-$(CONFIG_DEVFSD) += xregcomp.o
lib-$(CONFIG_FEATURE_FIND_REGEX) += xregcomp.o
More information about the busybox-cvs
mailing list