From 969c063ab50ae320e5513ced083d6842955cb90a Mon Sep 17 00:00:00 2001 From: kloczek Date: Fri, 20 Apr 2001 08:41:02 +0000 Subject: [PATCH] - added using %%{rpmcflags}, %%{rpmldflags} macros. Changed files: SVGATextMode.spec -> 1.18 --- SVGATextMode.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/SVGATextMode.spec b/SVGATextMode.spec index 5d72673..0fe2f0e 100644 --- a/SVGATextMode.spec +++ b/SVGATextMode.spec @@ -46,9 +46,7 @@ wi %build %{__make} dep -%{__make} all \ - CFLAGS_DEFAULT="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS}" \ - LDFLAGS_DEFAULT="%{!?debug:-s}" +%{__make} all CFLAGS_DEFAULT="%{rpmcflags}" LDFLAGS_DEFAULT="%{rpmldflags}" %install rm -rf $RPM_BUILD_ROOT -- 2.44.0