]> git.pld-linux.org Git - packages/XFree86.git/commitdiff
- typos in %%{debug}.
authorkloczek <kloczek@pld-linux.org>
Thu, 12 Oct 2000 23:10:43 +0000 (23:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    XFree86.spec -> 1.134

XFree86.spec

index 56a96dd885f650892ec1f2b2094f22aca3b8d19e..bfe3645123cd479f1aae4f3d01b9782495901e1b 100644 (file)
@@ -918,9 +918,9 @@ rm -f xc/config/cf/host.def
 mv -f xc/Makefile ./
 sed 's/^WORLDOPTS.*//g' Makefile > xc/Makefile
 %{__make} -S -C xc World \
-       "BOOTSTRAPCFLAGS=%{!?debug:$RPM_OPT_FLAGS}%{!?debug:-O -g}" \
-       "CDEBUGFLAGS=" "CCOPTIONS=%{!?debug:$RPM_OPT_FLAGS}%{!?debug:-O -g}" \
-       "CXXDEBUGFLAGS=" "CXXOPTIONS=%{!?debug:$RPM_OPT_FLAGS}%{!?debug:-O -g}" \
+       "BOOTSTRAPCFLAGS=%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g}" \
+       "CDEBUGFLAGS=" "CCOPTIONS=%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g}" \
+       "CXXDEBUGFLAGS=" "CXXOPTIONS=%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g}" \
        "RAWCPP=/lib/cpp" \
        "WORLDOPTS=-S"
 
This page took 0.05885 seconds and 4 git commands to generate.