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

gdbm18.spec

index ecfa8e356105b712fc7169e2a80a2188dc177358..396b62f294060827b679761478022ab262ea0396 100644 (file)
@@ -107,7 +107,7 @@ autoheader
 autoconf
 %configure
 
-%{__make} CFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g}"
+%{__make} CFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}"
 
 makeinfo gdbm.texinfo
 
This page took 0.089099 seconds and 4 git commands to generate.