SHA256
1
0
forked from pool/doxygen

Accepting request 235075 from home:Andreas_Schwab:Factory

- Don't disable optimisation

OBS-URL: https://build.opensuse.org/request/show/235075
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=77
This commit is contained in:
Dirk Mueller 2014-05-22 13:04:37 +00:00 committed by Git OBS Bridge
parent 7ff6ea6bd5
commit be70abdbeb
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}