]> git.pld-linux.org Git - packages/afio.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:
    afio.spec -> 1.5

afio.spec

index 00f6a28a440e6e2d6b48dd921378322a81fa9f11..59f101d09893f144abaad24f46f8111aa0efaac1 100644 (file)
--- a/afio.spec
+++ b/afio.spec
@@ -37,7 +37,7 @@ np.: "user@machine:/dev/tape".
 %build
 %{__make} clean
 %{__make} CFLAGS1="-Wformat -fomit-frame-pointer \
-       %{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g}"
+       %{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.065219 seconds and 4 git commands to generate.