diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-01-01 01:59:35 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-01-01 01:59:35 +0100 |
commit | e9c74ee7faceeb7cad732b01b98d79f1b8e1995c (patch) | |
tree | fc4f21296c9dd9eda41272ae93f5296cf0083083 /trans | |
parent | cd12cc27adc2291caf5a4014eab176a17af4f5d0 (diff) | |
download | hurd-e9c74ee7faceeb7cad732b01b98d79f1b8e1995c.tar.gz hurd-e9c74ee7faceeb7cad732b01b98d79f1b8e1995c.tar.bz2 hurd-e9c74ee7faceeb7cad732b01b98d79f1b8e1995c.zip |
password: Drop unused -lcrypt
* trans/Makefile (password-LDLIBS): Remove -lcrypt
Diffstat (limited to 'trans')
-rw-r--r-- | trans/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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" \ |