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

Revert "Make the default SETCAP value to be /sbin/setcap"

This reverts commit 2869cfb8.

SETCAP isn't a command-line after all, it's a build target.
parent ff574411
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -12,7 +12,6 @@
# SYMLINK = Don't copy binaries, rather create symlinks in $(SBBSDIR)/exec
# SBBSDIR = Directory to do install to
# REPODIR = Directory where source files are cloned
# SETCAP = First portion of set file capabilities (setcap) command-line (e.g. /sbin/setcap)
# NOCAP = Set to defeat sbbs3 bind-capabilities (setcap) build target on Linux
# bcc = Set to use Borland compiler
# os = Set to the OS name (Not required)
......@@ -82,7 +81,7 @@ MKFLAGS += os=$(os)
ifndef NOCAP
ifeq ($(os),linux)
SETCAP := /sbin/setcap
SETCAP := setcap
endif
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment