Remove detected -lcrypt flag

This commit is contained in:
Chase
2022-08-03 18:07:57 -05:00
committed by Jon Trulson
parent 47cc5d4a72
commit b38c2b02a8
5 changed files with 3 additions and 21 deletions

View File

@@ -18,7 +18,7 @@ libtt_la_LIBADD = api/c/libapi.la api/dnd/libdnd.la db/libdb.la mp/libmp.la \
if SOLARIS
# This stuff should be figured out by configure
libtt_la_LIBADD += -lnsl -lsocket -lintl -lc -lw
libtt_la_LIBADD += -lnsl -lsocket -lintl -lw
endif
if LINUX