netkitbase: needs mmu
authorAxel Lin <axel.lin@ingics.com>
Wed, 2 Oct 2013 05:51:55 +0000 (13:51 +0800)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 2 Oct 2013 07:34:01 +0000 (09:34 +0200)
Fix below build error:

/opt/test/buildroot/buildroot/output/host/usr/bin/arm-buildroot-uclinux-uclibcgnueabi-gcc  inetd.o servtab.o builtins.o sig.o daemon.o setproctitle.o mysleep.o  -o inetd
servtab.o: In function `loadconfigfile.clone.0':
servtab.c:(.text+0x98c): warning: gethostbyname is obsolescent, use getnameinfo() instead.
inetd.o: In function `main':
inetd.c:(.text+0x8a4): undefined reference to `fork'
inetd.c:(.text+0x974): undefined reference to `fork'
daemon.o: In function `daemon':
daemon.c:(.text+0xc): undefined reference to `fork'
collect2: ld returned 1 exit status
make[2]: *** [inetd] Error 1

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/netkitbase/Config.in

index dd9166ce146b1584226edd169240688cda0ce66f..40833ad3a0771008b03ba43c07f7a390e0cc9f5c 100644 (file)
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_NETKITBASE
        bool "netkitbase"
        depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC
+       depends on BR2_USE_MMU # fork()
        depends on BR2_DEPRECATED
        help
          Old-style inetd.