]> git.pld-linux.org Git - packages/bin86.git/blobdiff - bin86.spec
- changed %%{!?debug:...}%%{?debug...} to %%{?debug:...}%%{!?debug...}
[packages/bin86.git] / bin86.spec
index f7c20d2b87f2633fbe24c6aa4b6eb4a8a7188726..4fe751abaf3511eb40bf8dec7a5f88f712839eb2 100644 (file)
@@ -48,7 +48,7 @@ programlar, bu pakete gereksinim duyarlar.
 %setup -q -n %{name}
 
 %build
-%{__make} CFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g}" LDFLAGS="%{?debug:-s}"
+%{__make} CFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}" LDFLAGS="%{?debug:-s}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.082622 seconds and 4 git commands to generate.