SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
devel/libmemcached/patches/patch-libtest_main_cc
Normal file
15
devel/libmemcached/patches/patch-libtest_main_cc
Normal 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)
|
Loading…
Add table
Add a link
Reference in a new issue