SHA256
1
0
forked from pool/doxygen

Accepting request 235107 from devel:tools

- Don't disable optimisation (forwarded request 235075 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/235107
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=55
This commit is contained in:
Stephan Kulow 2014-05-23 13:00:31 +00:00 committed by Git OBS Bridge
commit 61432b787c
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu May 22 08:44:31 UTC 2014 - schwab@suse.de
- Don't disable optimisation
-------------------------------------------------------------------
Tue May 13 07:05:09 UTC 2014 - pgajdos@suse.com

View File

@ -82,7 +82,7 @@ mintoc=
%ifarch ppc64
mintoc="-DENGLISH_ONLY"
%endif
sed -i~ "/^TMAKE_CFLAGS_RELEASE.*/s@^.*@TMAKE_CFLAGS_RELEASE = $RPM_OPT_FLAGS -O0 $mintoc@" tmake/lib/linux-g++/tmake.conf
sed -i~ "/^TMAKE_CFLAGS_RELEASE.*/s@^.*@TMAKE_CFLAGS_RELEASE = $RPM_OPT_FLAGS $mintoc@" tmake/lib/linux-g++/tmake.conf
# custom configure script
./configure --prefix /usr --install /usr/bin/install
make %{?_smp_mflags}