SHA256
1
0
forked from pool/ansifilter

- Fix options passed to make.

OBS-URL: https://build.opensuse.org/package/show/devel:tools/ansifilter?expand=0&rev=7
This commit is contained in:
Philipp Thomas 2013-10-29 15:46:48 +00:00 committed by Git OBS Bridge
parent 2f22152fcf
commit 4d5efcc789
2 changed files with 7 additions and 2 deletions

View File

@ -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.
-------------------------------------------------------------------

View File

@ -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" \