Accepting request 85456 from Base:build:arm
fix compile when optflags are needed OBS-URL: https://build.opensuse.org/request/show/85456 OBS-URL: https://build.opensuse.org/package/show/M17N/groff?expand=0&rev=28
This commit is contained in:
parent
ec2f64e018
commit
e79998c800
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 29 12:49:28 UTC 2011 - adrian@suse.de
|
||||
|
||||
- use RPM_OPT_FLAGS for compile
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 29 08:09:33 UTC 2011 - mvyskocil@suse.cz
|
||||
|
||||
|
@ -114,8 +114,8 @@ export PATH GROFF_COMMAND_PREFIX GROFF_FONT_PATH GROFF_TMAC_PATH
|
||||
#
|
||||
#libtoolize --force
|
||||
#autoreconf --force --install
|
||||
export CFLAGS="-fno-strict-aliasing"
|
||||
export CXXFLAGS="-fno-strict-aliasing"
|
||||
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||
export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||
%{configure}
|
||||
ulimit -c unlimited
|
||||
%{__make}
|
||||
|
Loading…
Reference in New Issue
Block a user