Skip to content
Snippets Groups Projects
Commit 461c0e6d authored by rswindell's avatar rswindell
Browse files

Defined MD5_IMPORTS for all non-sbbs modules (in CFLAGS). Fixes problem

with SMBUTIL build failure.
parent c03c7fdb
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,7 @@ LDFLAGS = $(LDFLAGS) $(JS_LDFLAGS)
!include sbbsdefs.mk
MT_CFLAGS = $(MT_CFLAGS) $(SBBSDEFS)
CFLAGS = $(CFLAGS) -DMD5_IMPORTS
CON_LIBS = $(UL_PRE)sbbs$(UL_SUF) $(UL_PRE)ftpsrvr$(UL_SUF) $(UL_PRE)websrvr$(UL_SUF) $(UL_PRE)mailsrvr$(UL_SUF) $(UL_PRE)services$(UL_SUF)
......@@ -177,7 +178,7 @@ $(MTOBJODIR)$(DIRSEP)ftpsrvr$(OFILE): ftpsrvr.c
-n$(MTOBJODIR) $(MT_CFLAGS) -c $** $(OUTPUT)$@
$(MTOBJODIR)$(DIRSEP)mailsrvr$(OFILE): mailsrvr.c
$(QUIET)$(CC) $(CFLAGS) $(CCFLAGS) -DMAILSRVR_EXPORTS -DSMB_IMPORTS -DMD5_IMPORTS -USBBS_EXPORTS \
$(QUIET)$(CC) $(CFLAGS) $(CCFLAGS) -DMAILSRVR_EXPORTS -DSMB_IMPORTS -USBBS_EXPORTS \
-n$(MTOBJODIR) $(MT_CFLAGS) -c $** $(OUTPUT)$@
$(MTOBJODIR)$(DIRSEP)websrvr$(OFILE): websrvr.c
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment