diff --git a/audacity.spec b/audacity.spec index f2c3949..229d0b2 100644 --- a/audacity.spec +++ b/audacity.spec @@ -113,6 +113,7 @@ rm -rf lib-src/lame %endif %build +# WARNING: Do not alter, only for Leap. test -x "$(type -p gcc-5)" && export CC=gcc-5 test -x "$(type -p g++-5)" && export CXX=g++-5 export CFLAGS="%{optflags} -fno-strict-aliasing" @@ -134,7 +135,7 @@ autoconf %endif --docdir=%{_docdir}/%{name}/ -make %{?_smp_mflags} +make %{?_smp_mflags} %install %make_install