]> git.pld-linux.org Git - packages/ecasound.git/commitdiff
- release 4: fixed http://bugs.pld.org.pl/index.php?bug=400
authorkloczek <kloczek@pld-linux.org>
Thu, 24 Oct 2002 10:30:14 +0000 (10:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  more fixes in ac_fix patch (added missing [] quotes).

Changed files:
    ecasound.spec -> 1.58

ecasound.spec

index 4e75ef23449b74821c1d96be3fd9d45b82a9ab3c..25621fd518f6c2a07236a454d43c69585549bfbb 100644 (file)
@@ -3,7 +3,7 @@ Summary:        Software package for multitrack audio processing
 Summary(pl):   Oprogramowanie do wielo¶cie¿kowego przetwarzania d¼wiêku
 Name:          ecasound
 Version:       2.1.0
-Release:       3
+Release:       4
 License:       GPL
 Group:         Applications/Sound
 Source0:       http://ecasound.seul.org/download/%{name}-%{version}.tar.gz
@@ -140,7 +140,7 @@ rm -f missing
 %{__aclocal}
 %{__autoconf}
 %{__automake}
-CXXFLAGS="%{rpmcflags} -D_REENTRANT %{!?debug:-DNDEBUG}"
+CXXFLAGS="%{rpmcflags} -D_REENTRANT %{!?debug:-DNDEBUG} -fno-rtti"
 %configure \
        --enable-sys-readline \
        --with-python-includes=%{py_incdir} \
This page took 0.080569 seconds and 4 git commands to generate.