]> git.pld-linux.org Git - packages/ganso.git/commitdiff
- changed %%{!?debug:...}%%{?debug...} to %%{?debug:...}%%{!?debug...}
authormichuz <michuz@pld-linux.org>
Sat, 23 Dec 2000 00:48:44 +0000 (00:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  (now it's more C like)

Changed files:
    ganso.spec -> 1.4

ganso.spec

index e65f9a12002721a85a7ce3bea3b502b97ef5ca48..b99fd4813ebb34f8134c7dd1cb5a143081214ba3 100644 (file)
@@ -36,7 +36,7 @@ both keep animated.
 %setup -q
 
 %build
-CXXFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g} -fno-rtti -fno-exceptions -fno-implicit-templates"
+CXXFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS} -fno-rtti -fno-exceptions -fno-implicit-templates"
 export CXXFLAGS
 gettextize --copy --force
 %configure \
This page took 0.051792 seconds and 4 git commands to generate.