From 5bc981146b6f60f5de3e603a4f83c6f66c0a12c7433979be2f25255f39560989 Mon Sep 17 00:00:00 2001 From: Philipp Thomas Date: Tue, 29 Oct 2013 15:46:48 +0000 Subject: [PATCH] - Fix options passed to make. OBS-URL: https://build.opensuse.org/package/show/devel:tools/ansifilter?expand=0&rev=7 --- ansifilter.changes | 7 ++++++- ansifilter.spec | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ansifilter.changes b/ansifilter.changes index e64f583..40acc7c 100644 --- a/ansifilter.changes +++ b/ansifilter.changes @@ -1,7 +1,12 @@ +------------------------------------------------------------------- +Tue Oct 29 16:43:55 CET 2013 - pth@suse.de + +- Fix options passed to make. + ------------------------------------------------------------------- Mon Oct 28 14:00:25 CET 2013 - pth@suse.de -- Reorder compiler flags and use CXX and CXXFALGS instead of +- Reorder compiler flags and use CXX and CXXFLAGS instead of CC and CFLAGS. ------------------------------------------------------------------- diff --git a/ansifilter.spec b/ansifilter.spec index 938da13..046a9da 100644 --- a/ansifilter.spec +++ b/ansifilter.spec @@ -58,7 +58,7 @@ moc -osrc/qt-gui/moc_mydialog.cpp src/qt-gui/mydialog.h %__make %{?jobs:-j%{jobs}} \ - CFLAGS"%{optflags}" \ + CFLAGS="%{optflags}" \ QMAKE="%{_usr}/bin/qmake" \ PREFIX="%{_prefix}" \ man_dir="%{_mandir}/man1" \