Skip to content
Snippets Groups Projects
Commit f222841b authored by rswindell's avatar rswindell
Browse files

Use the setcap target for Linux builds of src/sbbs3 to automatically

set the capabilities of sbbs (enable low-port binding)
parent 5a77f036
No related branches found
No related tags found
No related merge requests found
......@@ -148,7 +148,11 @@ binaries: sbbs3 gtkuseredit gtkchat gtkmonitor gtkuserlist syncview sexpots
externals: sbj dpoker tbd
sbbs3: src $(SBBSDIR)/3rdp/dist
ifeq ($(os),linux)
$(MAKE) -C $(SBBSDIR)/src/sbbs3 $(MKFLAGS) setcap
else
$(MAKE) -C $(SBBSDIR)/src/sbbs3 $(MKFLAGS)
endif
sexpots: src
$(MAKE) -C $(SBBSDIR)/src/sexpots $(MKFLAGS)
......
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