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

Looks like we do need both.

parent ce7eb8d4
Branches
Tags
No related merge requests found
Pipeline #6643 failed
......@@ -176,7 +176,7 @@ ifeq ($(os), netbsd)
paxctl +m $(SBBS)
endif
ifeq ($(os), freebsd)
elfctl -e +noprotmax $(SBBS)
elfctl -e +noprotmax,wxneeded $(SBBS)
endif
......@@ -268,7 +268,7 @@ ifeq ($(os), netbsd)
paxctl +m $(JSDOOR)
endif
ifeq ($(os), freebsd)
elfctl -e +noprotmax $(JSDOOR)
elfctl -e +noprotmax,wxneeded $(JSDOOR)
endif
# JSEXEC
......@@ -279,7 +279,7 @@ ifeq ($(os), netbsd)
paxctl +m $(JSEXEC)
endif
ifeq ($(os), freebsd)
elfctl -e +noprotmax $(JSDOOR)
elfctl -e +noprotmax,wxneeded $(JSDOOR)
endif
# ANS2ASC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment