Skip to content
Snippets Groups Projects
Commit 021b8a2e authored by deuce's avatar deuce
Browse files

-lsocket comes from XPDEV flags now.

parent 14008622
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ ifndef bcc ...@@ -26,7 +26,7 @@ ifndef bcc
endif endif
ifeq ($(os),sunos) # Solaris ifeq ($(os),sunos) # Solaris
LDFLAGS += -lsocket -lnsl -lrt LDFLAGS += -lnsl -lrt
endif endif
# So far, only QNX has sem_timedwait() # So far, only QNX has sem_timedwait()
...@@ -130,7 +130,7 @@ $(MAILSRVR): $(MAIL_OBJS) ...@@ -130,7 +130,7 @@ $(MAILSRVR): $(MAIL_OBJS)
@echo Linking $@ @echo Linking $@
$(QUIET)$(MKSHLIB) $(LDFLAGS) $(MAIL_OBJS) $(SHLIBOPTS) -o $@ $(QUIET)$(MKSHLIB) $(LDFLAGS) $(MAIL_OBJS) $(SHLIBOPTS) -o $@
# Mail 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 $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment