OSDN Git Service

Add in a stub libnsl library to make stupid configure scripts
authorEric Andersen <andersen@codepoet.org>
Thu, 12 Dec 2002 03:10:14 +0000 (03:10 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 12 Dec 2002 03:10:14 +0000 (03:10 -0000)
commit00020640fc271aae2c7b1d8c5ae92fbb7efe328d
tree61209cc1df228df4ae580c5caab1f420f03105ab
parent65fe2cc0968003360c30abba2826375821be4d76
Add in a stub libnsl library to make stupid configure scripts
(i.e. openssh) do the right thing when used with uClibc's gcc
wrapper (which does not currently prevent system libraries from
leaking into the link).
 -Erik
Makefile
libnsl/.cvsignore [new file with mode: 0644]
libnsl/Makefile [new file with mode: 0644]
libnsl/nsl.c [new file with mode: 0644]