-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
install: Improve robustness of various install procedures.
* res_alarmsystem.conf.sample: Comment out config, to avoid newly built systems having this module enabled by default. * wanpipe: Install missing pre-reqs if needed. * wanpipe: Use more proper arguments for Setup script. * wanpipe: Don't ignore install failures. wanpipe is not installed by default anymore and should compile successfully on kernels through 6.1.0. To work around this, users can force continuing the install if needed using --force, or install on kernels <= 6.1.0. * CI: Build wanpipe in one of the Debian 12 CI builds. * install: Disable yappcap from building if the test suite fails to build initially. This is deprecated and not needed for all tests. * install: Fix misimplementation of --fast flag. A nice value was set, but not actually used anywhere, which actually resulted in builds being slower with this flag. Also pull this out to the top of the script, so that all compilation is affected. PHREAKSCRIPT-42 #close PHREAKSCRIPT-48 #close
- Loading branch information
1 parent
6580b64
commit 5d410e2
Showing
3 changed files
with
126 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters