Skip to content
Snippets Groups Projects
Commit 3d4613fa authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Remove elfctl calls... they don't help.

parent 5d04a76d
Branches
Tags
No related merge requests found
Pipeline #6664 canceled
......@@ -200,9 +200,6 @@ $(SERVICES): $(SERVICE_OBJS)
$(SBBSCON): $(CON_OBJS) $(SBBS) $(FTPSRVR) $(WEBSRVR) $(MAILSRVR) $(SERVICES)
@echo Linking $@
$(QUIET)$(CXX) $(LDFLAGS) $(MT_LDFLAGS) -o $@ $(CON_OBJS) $(CON_LIBS) $(SMBLIB_LIBS) $(XPDEV-MT_LIBS)
ifeq ($(os), freebsd)
elfctl -e +noprotmax,wxneeded $(SBBSCON)
endif
# Baja Utility
$(BAJA): $(BAJA_OBJS) | $(EXEODIR)
......@@ -266,9 +263,6 @@ $(JSDOOR): $(JSDOOR_OBJS) $(XPDEV_LIB) $(ENCODE_LIB) $(HASH_LIB) $(CIOLIB-MT) |
ifeq ($(os), netbsd)
paxctl +m $(JSDOOR)
endif
ifeq ($(os), freebsd)
elfctl -e +noprotmax,wxneeded $(JSDOOR)
endif
# JSEXEC
$(JSEXEC): $(JSEXEC_OBJS) $(SBBS) $(CIOLIB-MT) | $(EXEODIR)
......@@ -277,9 +271,6 @@ $(JSEXEC): $(JSEXEC_OBJS) $(SBBS) $(CIOLIB-MT) | $(EXEODIR)
ifeq ($(os), netbsd)
paxctl +m $(JSEXEC)
endif
ifeq ($(os), freebsd)
elfctl -e +noprotmax,wxneeded $(JSEXEC)
endif
# ANS2ASC
$(ANS2ASC): $(OBJODIR)/ans2asc.o $(OBJODIR)/sauce.o $(XPDEV_LIB) | $(EXEODIR)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment