From 00020640fc271aae2c7b1d8c5ae92fbb7efe328d Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 12 Dec 2002 03:10:14 +0000 Subject: 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e34b39f27..df041cbd5 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ noconfig_targets := menuconfig config oldconfig randconfig \ TOPDIR=./ include Rules.mak -DIRS = extra ldso libc libcrypt libresolv libutil libm libpthread +DIRS = extra ldso libc libcrypt libresolv libnsl libutil libm libpthread ifdef include_config @@ -47,6 +47,7 @@ ifeq ($(strip $(HAVE_SHARED)),y) @$(MAKE) -C ldso shared @$(MAKE) -C libcrypt shared @$(MAKE) -C libresolv shared + @$(MAKE) -C libnsl shared @$(MAKE) -C libutil shared @$(MAKE) -C libm shared @$(MAKE) -C libpthread shared -- cgit v1.2.3