]> git.pld-linux.org Git - packages/bchunk.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:
    bchunk.spec -> 1.5

bchunk.spec

index 204cd91d3f29858a0befe2438ac9b9b7bfe01163..6ae58c9f1c3cf4eaca564bc0607f56b3793209d9 100644 (file)
@@ -28,7 +28,7 @@ wspierany przez wi
 %setup -q
 
 %build
-%{__cc} %{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS} %{name}.c -o %{name}
+%{__cc} %{rpmcflags} %{name}.c -o %{name}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.091845 seconds and 4 git commands to generate.