- 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:
parent
2da8eac115
commit
5bc981146b
@ -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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -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" \
|
||||
|
Loading…
Reference in New Issue
Block a user