summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2020-01-01 01:59:35 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2020-01-01 01:59:35 +0100
commite9c74ee7faceeb7cad732b01b98d79f1b8e1995c (patch)
treefc4f21296c9dd9eda41272ae93f5296cf0083083
parentcd12cc27adc2291caf5a4014eab176a17af4f5d0 (diff)
password: Drop unused -lcrypt
* trans/Makefile (password-LDLIBS): Remove -lcrypt
-rw-r--r--trans/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/trans/Makefile b/trans/Makefile
index 8048d6f31..6cf50e7ac 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" \