Add an input buffer (currently 32kB) to speed things up heaps, it still requires...
[oweals/busybox.git] / loginutils / Makefile.in
index cb6452c39db5078a6a4c4c2432cde5598838afe7..1c5680aa52f6e2688f4fae1c8fb321250abe3bce 100644 (file)
@@ -40,7 +40,7 @@ needcrypt-$(CONFIG_LOGIN) := y
 needcrypt-$(CONFIG_SU)    := y
 
 ifeq ($(needcrypt-y),y)
-  libraries-y +=-lcrypt
+  LIBRARIES += -lcrypt
 endif
 
 $(LOGINUTILS_DIR)$(LOGINUTILS_AR): $(patsubst %,$(LOGINUTILS_DIR)%, $(LOGINUTILS-y))