From 7e24c6971920f6b5f8551fcf08c1212ec44ad73b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Tue, 14 Sep 2004 20:42:50 +0000 Subject: [PATCH] Added glibc's getopt() to the libroot.so build. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8946 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/Jamfile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/kernel/Jamfile b/src/kernel/Jamfile index 799cff02c8..3330c71ad6 100644 --- a/src/kernel/Jamfile +++ b/src/kernel/Jamfile @@ -130,6 +130,7 @@ KernelLd libroot.so : posix_math_arch_$(OBOS_ARCH).o posix_signal.o posix_stdio.o + posix_gnu_getopt.o posix_gnu_libio.o posix_gnu_stdio.o posix_stdlib.o