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:
parent
c9214d8576
commit
f19d52d2ac
@ -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
|
||||
|
||||
|
4
tcl.spec
4
tcl.spec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user