Skip to content
Snippets Groups Projects
Commit ef7ab4e2 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Web server needs encode lib (for hex_decode)

parent f821a540
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #2345 passed
...@@ -138,7 +138,7 @@ $(MAILSRVR): $(MAIL_OBJS) ...@@ -138,7 +138,7 @@ $(MAILSRVR): $(MAIL_OBJS)
# Web Server Link Rule # Web Server Link Rule
$(WEBSRVR): $(WEB_OBJS) $(WEBSRVR): $(WEB_OBJS)
@echo Linking $@ @echo Linking $@
$(QUIET)$(MKSHLIB) $(LDFLAGS) $(WEB_OBJS) $(SHLIBOPTS) -o $@ $(QUIET)$(MKSHLIB) $(LDFLAGS) $(WEB_OBJS) $(SHLIBOPTS) -o $@ $(ENCODE_LIBS)
# Services Link Rule # Services Link Rule
$(SERVICES): $(SERVICE_OBJS) $(SERVICES): $(SERVICE_OBJS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment