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

ncompress.spec

index e06feb4d2dc4e9bc8fd291d08cf7a5af915c567e..6b623df44f484cdc5edbfe8e6ced5edae6fb105a 100644 (file)
@@ -54,15 +54,15 @@ s
 
 %build
 %ifarch %{ix86}
-%{__make} OPT="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS}" ENDIAN=4321
+%{__make} OPT="%{rpmcflags}" ENDIAN=4321
 %endif
 
 %ifarch sparc sparc64 m68k armv4l ppc s390
-%{__make} OPT="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS}" ENDIAN=1234
+%{__make} OPT="%{rpmcflags}" ENDIAN=1234
 %endif
 
 %ifarch alpha ia64
-make OPT="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS} -DNOALLIGN=0" ENDIAN=4321
+make OPT="%{rpmcflags} -DNOALLIGN=0" ENDIAN=4321
 %endif
 
 %install
This page took 0.053996 seconds and 4 git commands to generate.