]> git.pld-linux.org Git - packages/coda.git/commitdiff
- added -fno-exceptions and -fno-rtti to CXXFLAGS
authortrojan <trojan@pld-linux.org>
Sat, 15 Feb 2003 08:35:38 +0000 (08:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    coda.spec -> 1.40

coda.spec

index e45d5a53c2dc3b7478ba2333b76088aafa3fb957..0051b1caa0edb8f0a5a08cc742b6087e912e99f2 100644 (file)
--- a/coda.spec
+++ b/coda.spec
@@ -117,7 +117,7 @@ touch ChangeLog
 %{__aclocal}
 #autoconf
 #%%configure
-CFLAGS="%{rpmcflags}" CXXFLAGS="%{rpmcflags}" LDFLAGS="%{rpmldflags}" \
+CFLAGS="%{rpmcflags}" CXXFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions" LDFLAGS="%{rpmldflags}" \
 ./configure %{_target_platform} \
        --prefix=%{_prefix}
 %{__make} OPTFLAGS="%{rpmcflags}"
This page took 0.070354 seconds and 4 git commands to generate.