]> git.pld-linux.org Git - packages/perl-Coro.git/commitdiff
- switch CORO_INTERFACE to setjmp on x32 (asm fails tests); release 2 auto/th/perl-Coro-6.57-2
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 28 Jun 2021 19:00:02 +0000 (21:00 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 28 Jun 2021 19:00:02 +0000 (21:00 +0200)
perl-Coro.spec

index 4ef2de94e728684e3bbade668de77d5185fca4ff..e609fd00631bc201e157014a2a4e76bdca95a47f 100644 (file)
@@ -8,7 +8,7 @@ Summary:        Coro - do events the coro-way
 Summary(pl.UTF-8):     Coro - obsługa zdarzeń na sposób coro
 Name:          perl-Coro
 Version:       6.57
-Release:       1
+Release:       2
 # same as perl
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
@@ -57,7 +57,12 @@ wątkowych programów.
 %{__sed} -i "s^/opt/bin/perl^%{_bindir}/perl^" Coro/jit*pl
 
 %build
-echo "y" | %{__perl} Makefile.PL \
+# CORO_INTERFACE: use setjmp on x32 (asm fails tests)
+echo "y" | \
+%ifarch x32
+       CORO_INTERFACE=s \
+%endif
+%{__perl} Makefile.PL \
        INSTALLDIRS=vendor
 %{__make} \
        CC="%{__cc}" \
This page took 0.118794 seconds and 4 git commands to generate.