]> git.pld-linux.org Git - packages/blackbox.git/commitdiff
- changed %%{!?debug:...}%%{?debug...} to %%{?debug:...}%%{!?debug...}
authormichuz <michuz@pld-linux.org>
Sat, 23 Dec 2000 00:48:43 +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:
    blackbox.spec -> 1.36

blackbox.spec

index 760e914384905ab9b932410d6bb9a8e19a7436f7..5422bd429356de54e28bcd31c6808d31a887437e 100644 (file)
@@ -37,7 +37,7 @@ gradientowe lub tr
 %setup -q
 
 %build
-CXXFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g} -fno-exceptions -fno-rtti -fno-implicit-templates"
+CXXFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS} -fno-exceptions -fno-rtti -fno-implicit-templates"
 %configure
 %{__make}
 
This page took 0.056628 seconds and 4 git commands to generate.