[uClibc]little libc/unistd/Makefile patch

Martin Volf volf at dragon.cz
Sun Jun 9 13:02:32 UTC 2002


Hello,

the file libc/unistd/usershell.c is not compiled, so
{get|set|end}usershell functions, used by the new busybox login utilities,
are missing. Following patch fixes it (I hope that correctly).

== cut here ==
--- uClibc/libc/unistd/Makefile.orig	Thu Apr 11 08:23:34 2002
+++ uClibc/libc/unistd/Makefile	Sun Jun  9 14:19:59 2002
@@ -27,7 +27,7 @@

 CSRC=execl.c execlp.c execv.c execvep.c execvp.c execle.c getcwd.c \
 	sleep.c usleep.c getpass.c sysconf_src.c getlogin.c \
-	fpathconf.c confstr.c pathconf.c swab.c
+	fpathconf.c confstr.c pathconf.c swab.c usershell.c
 ifeq ($(strip $(HAS_MMU)),true)
     CSRC+=daemon.c
 endif
== cut here ==

Martin




More information about the uClibc mailing list