From e9c74ee7faceeb7cad732b01b98d79f1b8e1995c Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 1 Jan 2020 01:59:35 +0100 Subject: password: Drop unused -lcrypt * trans/Makefile (password-LDLIBS): Remove -lcrypt --- trans/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'trans') diff --git a/trans/Makefile b/trans/Makefile index 8048d6f3..6cf50e7a 100644 --- a/trans/Makefile +++ b/trans/Makefile @@ -31,7 +31,6 @@ OBJS = $(SRCS:.c=.o) fsysServer.o ifsockServer.o passwordServer.o \ device_replyServer.o elfcore.o startup_notifyServer.o HURDLIBS = ports netfs trivfs iohelp fshelp pipe ihash shouldbeinlibc LDLIBS += -lpthread -password-LDLIBS = -lcrypt password-MIGSFLAGS=\ "-DIO_INTRAN=trivfs_protid_t trivfs_begin_using_protid (io_t)" \ "-DIO_INTRAN_PAYLOAD=trivfs_protid_t trivfs_begin_using_protid_payload" \ -- cgit v1.2.3