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

upx.spec

index 0742cca315b49670bd5219fb15be03bbed97d3e3..ecbd69615f849074f6bd27b98492785f7f923de0 100644 (file)
--- a/upx.spec
+++ b/upx.spec
@@ -37,9 +37,9 @@ wa
 %build
 
 cd doc
-%{__make} CFLAGS_O="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS}"
+%{__make} CFLAGS_O="%{rpmcflags}"
 cd ../src
-%{__make} CFLAGS_O="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS}"
+%{__make} CFLAGS_O="%{rpmcflags}"
 cd ..
 
 %install
This page took 0.045746 seconds and 4 git commands to generate.