Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37847759
en ru br
ALT Linux repos
S:5.2.0-alt1_13
5.0: 0.9.21.2-alt2
3.0: 0.8.10-alt1

Group :: System/Libraries
RPM: libprelude

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: libprelude-5.2.0-disable_test-poll_on_kfreebsd.patch
Download


Description: Disable test-poll test in libmissing on kfreebsd
Author: Thomas Andrejak <thomas.andrejak@gmail.com>
Last-Update: 2017-06-22
--- libprelude-3.1.0/libmissing/tests/test-poll.c	2016-09-15 02:49:10.775000884 -0400
+++ libprelude-3.1.0/libmissing/tests/test-poll.c	2017-06-25 12:18:46.997120157 -0400
@@ -370,6 +370,10 @@
 {
   int result;
 
+#if defined(__FreeBSD_kernel__) && defined(__GLIBC__)
+  exit(77);
+#endif
+
 #ifdef INTERACTIVE
   printf ("Please press Enter\n");
   test (test_tty, "TTY");
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin