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

@@ -17,7 +17,7 @@ endif
if SOLARIS
libDtWidget_la_CFLAGS += -DNO_REGCOMP
libDtWidget_la_LIBADD = -lc -lw -lintl
libDtWidget_la_LIBADD = -lw -lintl
endif