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

ImageMagick.spec

index ce6275a6bfae2f444956b2825b79713fe1f058ae..c50b99fd4145100348702cf88ddc5d62a0fdeff8 100644 (file)
@@ -195,8 +195,8 @@ C++ bindings for the ImageMagick - static library.
 
 %build
 LDFLAGS="%{!?debug: -s}" ; export LDFLAGS
-CFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g}"; export CFLAGS
-CXXFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g}"; export CXXFLAGS
+CFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}"; export CFLAGS
+CXXFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}"; export CXXFLAGS
 ./configure \
         --prefix=%{_prefix} \
         --exec-prefix=%{_exec_prefix} \
This page took 0.029414 seconds and 4 git commands to generate.