From e07a713a88f16c2452938e123a51797f06583a5f Mon Sep 17 00:00:00 2001 From: michuz Date: Sat, 23 Dec 2000 00:48:43 +0000 Subject: [PATCH] - changed %%{!?debug:...}%%{?debug...} to %%{?debug:...}%%{!?debug...} (now it's more C like) Changed files: cdrtools.spec -> 1.2 --- cdrtools.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdrtools.spec b/cdrtools.spec index 443be53..3200e14 100644 --- a/cdrtools.spec +++ b/cdrtools.spec @@ -113,7 +113,7 @@ plik %patch0 -p1 %build -CFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g}" LDFLAGS="%{!?debug:-s}" ./Gmake.linux +CFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}" LDFLAGS="%{!?debug:-s}" ./Gmake.linux %install rm -rf $RPM_BUILD_ROOT -- 2.44.0