]> git.pld-linux.org Git - packages/as31.git/commitdiff
- added using %%{rpmcflags} macro.
authorkloczek <kloczek@pld-linux.org>
Mon, 30 Apr 2001 16:05:15 +0000 (16:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    as31.spec -> 1.2

as31.spec

index d509a3659e7f01cf88f470c961a5242f94718d4d..06f55b0ebd9b8feb3c475cd2e0c9b06ebe830898 100644 (file)
--- a/as31.spec
+++ b/as31.spec
@@ -22,7 +22,7 @@ Asembler dla procesor
 %setup -q -n %{name}
 
 %build
-%{__make} CFLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS}" LDFLAGS="%{?debug:-s}"
+%{__make} CFLAGS="%{rpmcflags}" LDFLAGS="%{?debug:-s}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.031194 seconds and 4 git commands to generate.