]> git.pld-linux.org Git - packages/guile1.git/commitdiff
- disable inline-functions optimization on i686 to avoid SIGSEGV; release 6 master auto/th/guile1-1.8.8-6
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 26 Feb 2023 14:46:42 +0000 (15:46 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 26 Feb 2023 14:46:42 +0000 (15:46 +0100)
guile1.spec

index 0ea6498e2062eb36ae0fd43fd6ec4d157348c6e1..5a4e62038faaa26c2368952c9e592b36b6fd9034 100644 (file)
@@ -12,7 +12,7 @@ Summary(ru.UTF-8):    Язык расширений GNU
 Summary(uk.UTF-8):     Мова розширень GNU
 Name:          guile1
 Version:       1.8.8
-Release:       5
+Release:       6
 License:       GPL v2+/LGPL v2.1+
 Group:         Development/Languages
 Source0:       http://ftp.gnu.org/gnu/guile/guile-%{version}.tar.gz
@@ -42,6 +42,9 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %undefine      with_tests
 %endif
 
+# avoids SIGSEGV when compiled with gcc 12.2.0
+%define                specflags_i686  -fno-inline-functions
+
 %description
 Guile, a portable, embeddable Scheme implementation written in C.
 Guile provides a machine independent execution platform that can be
This page took 0.203574 seconds and 4 git commands to generate.