]> git.pld-linux.org Git - packages/sox.git/commitdiff
- disable -D_FORTIFY_SOURCE=2 due to stability problems auto/th/sox-14.4.2-4
authorAdam Osuchowski <adwol@pld-linux.org>
Wed, 24 Feb 2016 00:35:18 +0000 (01:35 +0100)
committerAdam Osuchowski <adwol@pld-linux.org>
Wed, 24 Feb 2016 00:35:18 +0000 (01:35 +0100)
sox.spec

index 0d09f83c382ad8fcfe3ef96318a9db1cf47893c0..3226770560d87667444d40e21511a1d7958fe6d6 100644 (file)
--- a/sox.spec
+++ b/sox.spec
@@ -5,6 +5,12 @@
 %bcond_without pulseaudio      # PulseAudio support
 %bcond_without amr             # AMR codecs (AMR-NB and AMR-WB) support
 #
+
+# Problems with -D_FORTIFY_SOURCE=2 param: sox fall into infinity loop
+# see also upstream commit:
+# https://sourceforge.net/p/sox/code/ci/256b7e37d14de2e5303a6f899be8cdffda8e1661/
+%undefine _fortify_cflags
+
 Summary:       A general purpose sound file conversion tool
 Summary(de.UTF-8):     Mehrzweck-Sounddatei-Konvertierungs-Tool
 Summary(es.UTF-8):     Herramienta para conversión de archivos de sonido
@@ -16,7 +22,7 @@ Summary(tr.UTF-8):    Genel amaçlı ses dosyası çevirme aracı
 Summary(uk.UTF-8):     Утиліта загального призначення для роботи із звуковими файлами
 Name:          sox
 Version:       14.4.2
-Release:       3
+Release:       4
 License:       GPL v2+ (sox), LGPL v2+ (libsox)
 Group:         Applications/Sound
 Source0:       http://downloads.sourceforge.net/sox/%{name}-%{version}.tar.bz2
This page took 0.08681 seconds and 4 git commands to generate.