This commit is contained in:
parent
1421362b62
commit
47be35d3f3
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 24 09:15:58 UTC 2024 - Reinhard Max <max@suse.com>
|
||||
|
||||
- TCL_PACKAGE_PATH now needs to be a unix-style path separated by
|
||||
colons rather than a Tcl list.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 13 14:38:41 UTC 2024 - Reinhard Max <max@suse.com>
|
||||
|
||||
|
2
tcl.spec
2
tcl.spec
@ -99,7 +99,7 @@ rm -r pkgs/sqlite3.*
|
||||
%build
|
||||
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
|
||||
%define scriptdir %_libdir/tcl
|
||||
export TCL_PACKAGE_PATH="%scriptdir %_datadir/tcl"
|
||||
export TCL_PACKAGE_PATH="%scriptdir:%_datadir/tcl"
|
||||
export TCL_LIBRARY="%scriptdir/tcl%TCL_MINOR"
|
||||
cd unix
|
||||
autoconf
|
||||
|
Loading…
Reference in New Issue
Block a user