summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkloczek2001-04-30 16:05:25 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commita22d48b1bd39449daddce3cbce4d39a1308a9b46 (patch)
tree19a45433183b1a4867bbb837f38563ca2f6a08eb
parentea4386325aa1d4be53eb5e0e2cbc3f4553d7f4be (diff)
downloadmpatrol-a22d48b1bd39449daddce3cbce4d39a1308a9b46.zip
mpatrol-a22d48b1bd39449daddce3cbce4d39a1308a9b46.tar.gz
- added using %%{rpmcflags} macro.
Changed files: mpatrol.spec -> 1.14
-rw-r--r--mpatrol.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpatrol.spec b/mpatrol.spec
index d7820d1..afe6f46 100644
--- a/mpatrol.spec
+++ b/mpatrol.spec
@@ -36,7 +36,7 @@ recompile or relink in order to change the library's behaviour.
%build
(cd build/unix
%{__make} libmpatrol.a libmpatrol.so mpatrol mprof mleak \
- OFLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS}"
+ OFLAGS="%{rpmcflags}"
)
(cd doc; makeinfo mpatrol.texi)