]> git.pld-linux.org Git - packages/XFree86-Servers.git/blobdiff - XFree86-Servers.spec
- added using %%{rpmcflags} macro.
[packages/XFree86-Servers.git] / XFree86-Servers.spec
index e0a1b1735055698e21a169c947d4a82912d6244d..a3f721d3392a0a7b4a1b7d8088bdc829fba6d638 100644 (file)
@@ -516,11 +516,11 @@ ln -sf ../../include/Xosdefs.h X11
 
 %build
 %ifarch alpha
-%{__make} World -C xc BOOTSTRAPCFLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS} -Wa,-m21164a" \
-       CDEBUGFLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS} -Wa,-m21164a"
+%{__make} World -C xc BOOTSTRAPCFLAGS="%{rpmcflags} -Wa,-m21164a" \
+       CDEBUGFLAGS="%{rpmcflags} -Wa,-m21164a"
 %else
 %{__make} World -C xc BOOTSTRAPCFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS} -pipe" \
-       CDEBUGFLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS} -pipe"
+       CDEBUGFLAGS="%{rpmcflags} -pipe"
 %endif
 
 # XXX: applies to gcc "2.96" only??? needs testing with 2.95*... -- qboosh
This page took 0.072693 seconds and 4 git commands to generate.