Logoj0ke.net Open Build Service > Projects > multimedia > sox > Changes
Sign Up | Log In

Changes of Revision 5

[-] Changed sox.spec
x
 
1
@@ -26,7 +26,7 @@
2
 %if 0%{?suse_version}
3
 BuildRequires: pkg-config sndfile-devel
4
 %else
5
-BuildRequires: pkgconfig libsndfile-devel gcc-c++
6
+BuildRequires: pkgconfig libsndfile-devel gcc-c++ libtool-ltdl-devel
7
 %endif
8
 License:        BSD 3-clause (or similar) ; GPL v2 or later
9
 Group:          Productivity/Multimedia/Sound/Editors and Convertors
10
@@ -83,7 +83,7 @@
11
 export CFLAGS="$RPM_OPT_FLAGS -fstack-protector -DEXTERNAL_GSM -DHAVE_SYS_SOUNDCARD_H -fPIC -DPIC"
12
 export CPPFLAGS=-I$PWD/include
13
 export LDFLAGS=-lltdl
14
-%configure --disable-static
15
+%configure --disable-static || cat config.log
16
 %__make %{?jobs:-j%jobs}
17
 
18
 %install
19