SHA256
3
0
forked from pool/tcl

Accepting request 40105 from home:azouhr:branches:devel:languages:tcl

Copy from home:azouhr:branches:devel:languages:tcl/tcl via accept of submit request 40105 revision 2.
Request was accepted with message:
reviewed ok.

OBS-URL: https://build.opensuse.org/request/show/40105
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=35
This commit is contained in:
Reinhard Max 2010-05-18 08:48:08 +00:00 committed by Git OBS Bridge
parent c9214d8576
commit f19d52d2ac
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon May 17 07:27:55 UTC 2010 - bg@novell.com
- Disable stack check for hppa to fix build.
-------------------------------------------------------------------
Fri Feb 19 19:36:17 CET 2010 - max@suse.de

View File

@ -102,7 +102,11 @@ cd unix
MAKE='make %{?jobs:-j%jobs}
TCL_LIBRARY="%scriptdir/tcl%TCL_MINOR"
TCL_PACKAGE_PATH="%_libdir/tcl %_datadir/tcl"
%ifnarch hppa
CFLAGS="%optflags $PFLAGS"
%else
CFLAGS="%optflags $PFLAGS -DTCL_NO_STACK_CHECK=1"
%endif
LDFLAGS_OPTIMIZE="%optflags $PFLAGS"
SHLIB_LD="gcc -shared %optflags $PFLAGS"'
# Build with instrumentation for profiling