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

db2.spec

index 2ecdbe9d002ba59b89cc87d100918623c00d295b..18feae0655e1406aad3436d18aec6375eb92c80a 100644 (file)
--- a/db2.spec
+++ b/db2.spec
@@ -70,7 +70,7 @@ use Berkeley DB.
 %patch1 -p1
 
 %build
-%{__make} CFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g} -I. -I./include -include ./compat.h"
+%{__make} CFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS} -I. -I./include -include ./compat.h"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.05708 seconds and 4 git commands to generate.