Sophie

Sophie

distrib > Fedora > 16 > x86_64 > media > updates-src > by-pkgid > f6889a08ce65ae3163619f16ae10b80e > files > 2

perl-Coro-5.372-6.fc16.src.rpm

diff -up Coro-5.25/Coro/Makefile.PL.ucontext Coro-5.25/Coro/Makefile.PL
--- Coro-5.25/Coro/Makefile.PL.ucontext	2011-01-10 11:29:04.000000000 +0100
+++ Coro-5.25/Coro/Makefile.PL	2011-01-10 11:29:18.000000000 +0100
@@ -49,7 +49,7 @@ if (exists $ENV{CORO_INTERFACE}) {
 
 } elsif ($^O =~ /linux/) {
    # everything "just works", as expected
-   $iface = $iface_asm || "s";
+   $iface = $iface_asm || "u";
 
 } elsif ($^O =~ /freebsd/) {
    # FreeBSD 4.x has ucontext.h but no makecontext et al. (see BUGS section of