Skip to content

Commit 0483341

Browse files
authored
Drop unused dependency on libcrypt (#62)
1 parent 9a224c9 commit 0483341

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ cups_CPPFLAGS += $(GLIB_CFLAGS)
2626
cups_CPPFLAGS += $(GIO_CFLAGS)
2727
cups_CPPFLAGS += $(GIOUNIX_CFLAGS)
2828

29-
cups_LDADD = -lcups -lpthread -lm -lcrypt
29+
cups_LDADD = -lcups -lpthread -lm
3030
cups_LDADD += $(CPDB_LIBS)
3131
cups_LDADD += $(LIBCUPSFILTERS_LIBS)
3232
cups_LDADD += $(GLIB_LIBS)

0 commit comments

Comments
 (0)