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

@@ -16,7 +16,7 @@ libDtHelp_la_CFLAGS = -I./il -I./jpeg -I../DtSvc/DtUtil2 -DDTLIB \
libDtHelp_la_LIBADD = $(JPEGLIB) il/libil.la $(LTLIBICONV)
if SOLARIS
libDtHelp_la_LIBADD += -lw -lgen -lc
libDtHelp_la_LIBADD += -lw -lgen
endif