SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,15 @@
Configure tests for sigignore, but it's used
unconditionally.
--- libtest/main.cc.orig Sun Nov 8 22:05:06 2015
+++ libtest/main.cc Sun Nov 8 22:05:53 2015
@@ -288,7 +288,9 @@ int main(int argc, char *argv[])
do
{
exit_code= EXIT_SUCCESS;
+#if defined(HAVE_SIGIGNORE)
fatal_assert(sigignore(SIGPIPE) == 0);
+#endif
libtest::SignalThread signal;
if (signal.setup() == false)