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

logcheck.spec

index db7179f87e08e5d3e8b6b1b612ca52ef04827819..80a509da2401e75d25e478c9a284f56781c3b089 100644 (file)
@@ -43,7 +43,7 @@ install -d $RPM_BUILD_ROOT{%{_sysconfdir},/etc/cron.hourly,%{_sbindir}}
 
 %{__make} linux \
        CC=%{__cc} \
-       CFLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS}"
+       CFLAGS="%{rpmcflags}"
 
 cat <<EOF > $RPM_BUILD_ROOT/etc/cron.hourly/logcheck
 #!/bin/sh
This page took 0.076224 seconds and 4 git commands to generate.