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