Accepting request 41034 from devel:languages:tcl
Copy from devel:languages:tcl/tcl based on submit request 41034 from user coolo OBS-URL: https://build.opensuse.org/request/show/41034 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=22
This commit is contained in:
commit
eefef612f5
@ -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
|
||||
|
||||
|
6
tcl.spec
6
tcl.spec
@ -21,7 +21,7 @@
|
||||
Name: tcl
|
||||
Url: http://www.tcl.tk
|
||||
Version: 8.5.8
|
||||
Release: 3
|
||||
Release: 4
|
||||
%define TCL_MINOR %(echo %version | cut -c1-3)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Summary: The Tcl Programming Language
|
||||
@ -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